Html Css Color HEX #D42581 Deep Cerise

📋 copy color: '#D42581'

red 212 ◦ green 37 ◦ blue 129

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

Shades of Deep Cerise #D42581

Tints of Deep Cerise #D42581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.79%

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

R = 56.08%
G = 9.79%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D42581 (or 0xD42581) is known color: Deep Cerise. HEX triplet: D4, 25 and 81. RGB value is (212,37,129). Sum of RGB (Red+Green+Blue) = 212+37+129=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D42581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42581 is #2BDA7E. Grayscale: #636363. Windows color (decimal): -2873983 or 8463828. OLE color: 8463828.

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

Color convert

RGB 212 37 129 -
CMYK 0 0.83 0.39 0.17
HSL 328.46º 0.7% 0.49% -
HSV(B) 328.46º 0.83% 0.83% -
XYZ 31.78 16.91 22.36 -
YUV 99.81 144.48 208.02 -
System Red Green Blue C M Y K H S L
Decimal 212 37 129 0 0.83 0.39 0.17 328.46 0.7 0.49
Hex D4 25 81 0 53 27 11 148 46 31
Octal 324 45 201 0 123 47 21 510 106 61
Binary 11010100 100101 10000001 0 1010011 100111 10001 101001000 1000110 110001

Color Harmonies of #D42581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42581

Black with #D42581

Text Example


Text Example

White with #D42581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42581; }

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

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

background-color css

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

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

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

border-color css

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

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

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