Html Css Color HEX #D428AB Deep Cerise

📋 copy color: '#D428AB'

red 212 ◦ green 40 ◦ blue 171

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

Shades of Deep Cerise #D428AB

Tints of Deep Cerise #D428AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.43%

R = 50.12%
G = 9.46%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D428AB (or 0xD428AB) is known color: Deep Cerise. HEX triplet: D4, 28 and AB. RGB value is (212,40,171). Sum of RGB (Red+Green+Blue) = 212+40+171=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D428AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D428AB is #2BD754. Grayscale: #6A6A6A. Windows color (decimal): -2873173 or 11217108. OLE color: 11217108.

HSL color Cylindrical-coordinate representation of color #D428AB: hue angle of 314.3º 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 #D428AB is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 40 171 -
CMYK 0 0.81 0.19 0.17
HSL 314.3º 0.68% 0.49% -
HSV(B) 314.3º 0.81% 0.83% -
XYZ 35.26 18.45 40.23 -
YUV 106.36 164.48 203.35 -
System Red Green Blue C M Y K H S L
Decimal 212 40 171 0 0.81 0.19 0.17 314.3 0.68 0.49
Hex D4 28 AB 0 51 13 11 13A 44 31
Octal 324 50 253 0 121 23 21 472 104 61
Binary 11010100 101000 10101011 0 1010001 10011 10001 100111010 1000100 110001

Color Harmonies of #D428AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D428AB

Black with #D428AB

Text Example


Text Example

White with #D428AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D428AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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