Html Css Color HEX #D22381 Deep Cerise

📋 copy color: '#D22381'

red 210 ◦ green 35 ◦ blue 129

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

Shades of Deep Cerise #D22381

Tints of Deep Cerise #D22381

RGB

 RED value IS 210 (82.42% from 255) = 56.15%

 GREEN value IS 35 (14.06% from 255) = 9.36%

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

R = 56.15%
G = 9.36%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D22381 (or 0xD22381) is known color: Deep Cerise. HEX triplet: D2, 23 and 81. RGB value is (210,35,129). Sum of RGB (Red+Green+Blue) = 210+35+129=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 35 (14.06% from 255 or 9.36% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D22381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22381 is #2DDC7E. Grayscale: #616161. Windows color (decimal): -3005567 or 8463314. OLE color: 8463314.

HSL color Cylindrical-coordinate representation of color #D22381: hue angle of 327.77º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D22381 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 35 129 -
CMYK 0 0.83 0.39 0.18
HSL 327.77º 0.71% 0.48% -
HSV(B) 327.77º 0.83% 0.82% -
XYZ 31.14 16.49 22.31 -
YUV 98.04 145.48 207.86 -
System Red Green Blue C M Y K H S L
Decimal 210 35 129 0 0.83 0.39 0.18 327.77 0.71 0.48
Hex D2 23 81 0 53 27 12 148 47 30
Octal 322 43 201 0 123 47 22 510 107 60
Binary 11010010 100011 10000001 0 1010011 100111 10010 101001000 1000111 110000

Color Harmonies of #D22381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22381

Black with #D22381

Text Example


Text Example

White with #D22381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22381; }

 p { color: rgb(210,35,129); }

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

background-color css

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

 a { background-color: rgb(210,35,129); }

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

border-color css

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

 span { border-color: rgb(210,35,129); }

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