Html Css Color HEX #D0425E Mandy

📋 copy color: '#D0425E'

red 208 ◦ green 66 ◦ blue 94

#D0425E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #D0425E

Tints of Mandy #D0425E

RGB

 RED value IS 208 (81.64% from 255) = 56.52%

 GREEN value IS 66 (26.17% from 255) = 17.93%

 BLUE value IS 94 (37.11% from 255) = 25.54%

R = 56.52%
G = 17.93%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D0425E (or 0xD0425E) is known color: Mandy. HEX triplet: D0, 42 and 5E. RGB value is (208,66,94). Sum of RGB (Red+Green+Blue) = 208+66+94=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0425E is #2FBDA1. Grayscale: #6F6F6F. Windows color (decimal): -3128738 or 6177488. OLE color: 6177488.

HSL color Cylindrical-coordinate representation of color #D0425E: hue angle of 348.17º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0425E is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 66 94 -
CMYK 0 0.68 0.55 0.18
HSL 348.17º 0.6% 0.54% -
HSV(B) 348.17º 0.68% 0.82% -
XYZ 29.98 18.11 12.51 -
YUV 111.65 118.04 196.72 -
System Red Green Blue C M Y K H S L
Decimal 208 66 94 0 0.68 0.55 0.18 348.17 0.6 0.54
Hex D0 42 5E 0 44 37 12 15C 3C 36
Octal 320 102 136 0 104 67 22 534 74 66
Binary 11010000 1000010 1011110 0 1000100 110111 10010 101011100 111100 110110

Color Harmonies of #D0425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0425E

Black with #D0425E

Text Example


Text Example

White with #D0425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0425E; }

 p { color: rgb(208,66,94); }

 H1.HeaderClassName
 {
   color: #D0425E;
 }
 .AnyTagClassName
 {
   color: #D0425E;
 }
</style>

background-color css

<style>
 a { background-color: #D0425E; }

 a { background-color: rgb(208,66,94); }

 div.DivClassName
 {
   background-color: #D0425E;
 }
 .BgClassName
 {
   background-color: #D0425E;
 }
</style>

border-color css

<style>
 span { border-color: #D0425E; }

 span { border-color: rgb(208,66,94); }

 td.TdClassName
 {
   border-color: #D0425E;
 }
 .TagClassName
 {
   border-color: #D0425E;
 }
</style>