Html Css Color HEX #D426A8 Deep Cerise

📋 copy color: '#D426A8'

red 212 ◦ green 38 ◦ blue 168

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

Shades of Deep Cerise #D426A8

Tints of Deep Cerise #D426A8

RGB

 RED value IS 212 (83.2% from 255) = 50.72%

 GREEN value IS 38 (15.23% from 255) = 9.09%

 BLUE value IS 168 (66.02% from 255) = 40.19%

R = 50.72%
G = 9.09%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D426A8 (or 0xD426A8) is known color: Deep Cerise. HEX triplet: D4, 26 and A8. RGB value is (212,38,168). Sum of RGB (Red+Green+Blue) = 212+38+168=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D426A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D426A8 is #2BD957. Grayscale: #686868. Windows color (decimal): -2873688 or 11019988. OLE color: 11019988.

HSL color Cylindrical-coordinate representation of color #D426A8: hue angle of 315.17º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D426A8 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 38 168 -
CMYK 0 0.82 0.21 0.17
HSL 315.17º 0.7% 0.49% -
HSV(B) 315.17º 0.82% 0.83% -
XYZ 34.91 18.21 38.72 -
YUV 104.85 163.65 204.43 -
System Red Green Blue C M Y K H S L
Decimal 212 38 168 0 0.82 0.21 0.17 315.17 0.7 0.49
Hex D4 26 A8 0 52 15 11 13B 46 31
Octal 324 46 250 0 122 25 21 473 106 61
Binary 11010100 100110 10101000 0 1010010 10101 10001 100111011 1000110 110001

Color Harmonies of #D426A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D426A8

Black with #D426A8

Text Example


Text Example

White with #D426A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D426A8; }

 p { color: rgb(212,38,168); }

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

background-color css

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

 a { background-color: rgb(212,38,168); }

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

border-color css

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

 span { border-color: rgb(212,38,168); }

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