Html Css Color HEX #D42681 Deep Cerise

📋 copy color: '#D42681'

red 212 ◦ green 38 ◦ blue 129

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

Shades of Deep Cerise #D42681

Tints of Deep Cerise #D42681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.04%

R = 55.94%
G = 10.03%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D42681 (or 0xD42681) is known color: Deep Cerise. HEX triplet: D4, 26 and 81. RGB value is (212,38,129). Sum of RGB (Red+Green+Blue) = 212+38+129=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D42681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42681 is #2BD97E. Grayscale: #646464. Windows color (decimal): -2873727 or 8464084. OLE color: 8464084.

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

Color convert

RGB 212 38 129 -
CMYK 0 0.82 0.39 0.17
HSL 328.62º 0.7% 0.49% -
HSV(B) 328.62º 0.82% 0.83% -
XYZ 31.81 16.97 22.37 -
YUV 100.4 144.15 207.6 -
System Red Green Blue C M Y K H S L
Decimal 212 38 129 0 0.82 0.39 0.17 328.62 0.7 0.49
Hex D4 26 81 0 52 27 11 149 46 31
Octal 324 46 201 0 122 47 21 511 106 61
Binary 11010100 100110 10000001 0 1010010 100111 10001 101001001 1000110 110001

Color Harmonies of #D42681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42681

Black with #D42681

Text Example


Text Example

White with #D42681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42681; }

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

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

background-color css

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

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

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

border-color css

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

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

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