Html Css Color HEX #D428AA Deep Cerise

📋 copy color: '#D428AA'

red 212 ◦ green 40 ◦ blue 170

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

Shades of Deep Cerise #D428AA

Tints of Deep Cerise #D428AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.48%

 BLUE value IS 170 (66.8% from 255) = 40.28%

R = 50.24%
G = 9.48%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D428AA (or 0xD428AA) is known color: Deep Cerise. HEX triplet: D4, 28 and AA. RGB value is (212,40,170). Sum of RGB (Red+Green+Blue) = 212+40+170=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D428AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D428AA is #2BD755. Grayscale: #696969. Windows color (decimal): -2873174 or 11151572. OLE color: 11151572.

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

Color convert

RGB 212 40 170 -
CMYK 0 0.81 0.20 0.17
HSL 314.65º 0.68% 0.49% -
HSV(B) 314.65º 0.81% 0.83% -
XYZ 35.17 18.42 39.73 -
YUV 106.25 163.98 203.43 -
System Red Green Blue C M Y K H S L
Decimal 212 40 170 0 0.81 0.20 0.17 314.65 0.68 0.49
Hex D4 28 AA 0 51 14 11 13B 44 31
Octal 324 50 252 0 121 24 21 473 104 61
Binary 11010100 101000 10101010 0 1010001 10100 10001 100111011 1000100 110001

Color Harmonies of #D428AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D428AA

Black with #D428AA

Text Example


Text Example

White with #D428AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D428AA; }

 p { color: rgb(212,40,170); }

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

background-color css

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

 a { background-color: rgb(212,40,170); }

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

border-color css

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

 span { border-color: rgb(212,40,170); }

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