Html Css Color HEX #D2227D Deep Cerise

📋 copy color: '#D2227D'

red 210 ◦ green 34 ◦ blue 125

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

Shades of Deep Cerise #D2227D

Tints of Deep Cerise #D2227D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.21%

 BLUE value IS 125 (49.22% from 255) = 33.88%

R = 56.91%
G = 9.21%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2227D (or 0xD2227D) is known color: Deep Cerise. HEX triplet: D2, 22 and 7D. RGB value is (210,34,125). Sum of RGB (Red+Green+Blue) = 210+34+125=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2227D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2227D is #2DDD82. Grayscale: #606060. Windows color (decimal): -3005827 or 8200914. OLE color: 8200914.

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

Color convert

RGB 210 34 125 -
CMYK 0 0.84 0.40 0.18
HSL 328.98º 0.72% 0.48% -
HSV(B) 328.98º 0.84% 0.82% -
XYZ 30.85 16.33 20.93 -
YUV 97 143.81 208.6 -
System Red Green Blue C M Y K H S L
Decimal 210 34 125 0 0.84 0.40 0.18 328.98 0.72 0.48
Hex D2 22 7D 0 54 28 12 149 48 30
Octal 322 42 175 0 124 50 22 511 110 60
Binary 11010010 100010 1111101 0 1010100 101000 10010 101001001 1001000 110000

Color Harmonies of #D2227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2227D

Black with #D2227D

Text Example


Text Example

White with #D2227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2227D; }

 p { color: rgb(210,34,125); }

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

background-color css

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

 a { background-color: rgb(210,34,125); }

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

border-color css

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

 span { border-color: rgb(210,34,125); }

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