Html Css Color HEX #D2227B Deep Cerise

📋 copy color: '#D2227B'

red 210 ◦ green 34 ◦ blue 123

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

Shades of Deep Cerise #D2227B

Tints of Deep Cerise #D2227B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.51%

R = 57.22%
G = 9.26%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2227B (or 0xD2227B) is known color: Deep Cerise. HEX triplet: D2, 22 and 7B. RGB value is (210,34,123). Sum of RGB (Red+Green+Blue) = 210+34+123=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D2227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2227B is #2DDD84. Grayscale: #606060. Windows color (decimal): -3005829 or 8069842. OLE color: 8069842.

HSL color Cylindrical-coordinate representation of color #D2227B: hue angle of 329.66º 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 #D2227B is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 34 123 -
CMYK 0 0.84 0.41 0.18
HSL 329.66º 0.72% 0.48% -
HSV(B) 329.66º 0.84% 0.82% -
XYZ 30.73 16.28 20.26 -
YUV 96.77 142.81 208.76 -
System Red Green Blue C M Y K H S L
Decimal 210 34 123 0 0.84 0.41 0.18 329.66 0.72 0.48
Hex D2 22 7B 0 54 29 12 14A 48 30
Octal 322 42 173 0 124 51 22 512 110 60
Binary 11010010 100010 1111011 0 1010100 101001 10010 101001010 1001000 110000

Color Harmonies of #D2227B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2227B

Black with #D2227B

Text Example


Text Example

White with #D2227B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2227B; }

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

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

background-color css

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

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

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

border-color css

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

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

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