Html Css Color HEX #D428A2 Deep Cerise

📋 copy color: '#D428A2'

red 212 ◦ green 40 ◦ blue 162

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

Shades of Deep Cerise #D428A2

Tints of Deep Cerise #D428A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.13%

R = 51.21%
G = 9.66%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D428A2 (or 0xD428A2) is known color: Deep Cerise. HEX triplet: D4, 28 and A2. RGB value is (212,40,162). Sum of RGB (Red+Green+Blue) = 212+40+162=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D428A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D428A2 is #2BD75D. Grayscale: #696969. Windows color (decimal): -2873182 or 10627284. OLE color: 10627284.

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

Color convert

RGB 212 40 162 -
CMYK 0 0.81 0.24 0.17
HSL 317.44º 0.68% 0.49% -
HSV(B) 317.44º 0.81% 0.83% -
XYZ 34.43 18.12 35.87 -
YUV 105.34 159.98 204.08 -
System Red Green Blue C M Y K H S L
Decimal 212 40 162 0 0.81 0.24 0.17 317.44 0.68 0.49
Hex D4 28 A2 0 51 18 11 13D 44 31
Octal 324 50 242 0 121 30 21 475 104 61
Binary 11010100 101000 10100010 0 1010001 11000 10001 100111101 1000100 110001

Color Harmonies of #D428A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D428A2

Black with #D428A2

Text Example


Text Example

White with #D428A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D428A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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