Html Css Color HEX #D42684 Deep Cerise

📋 copy color: '#D42684'

red 212 ◦ green 38 ◦ blue 132

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

Shades of Deep Cerise #D42684

Tints of Deep Cerise #D42684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.55%

R = 55.5%
G = 9.95%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D42684 (or 0xD42684) is known color: Deep Cerise. HEX triplet: D4, 26 and 84. RGB value is (212,38,132). Sum of RGB (Red+Green+Blue) = 212+38+132=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D42684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42684 is #2BD97B. Grayscale: #646464. Windows color (decimal): -2873724 or 8660692. OLE color: 8660692.

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

Color convert

RGB 212 38 132 -
CMYK 0 0.82 0.38 0.17
HSL 327.59º 0.7% 0.49% -
HSV(B) 327.59º 0.82% 0.83% -
XYZ 32.01 17.05 23.43 -
YUV 100.74 145.65 207.36 -
System Red Green Blue C M Y K H S L
Decimal 212 38 132 0 0.82 0.38 0.17 327.59 0.7 0.49
Hex D4 26 84 0 52 26 11 148 46 31
Octal 324 46 204 0 122 46 21 510 106 61
Binary 11010100 100110 10000100 0 1010010 100110 10001 101001000 1000110 110001

Color Harmonies of #D42684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42684

Black with #D42684

Text Example


Text Example

White with #D42684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42684; }

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

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

background-color css

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

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

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

border-color css

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

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

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