Html Css Color HEX #D2227A Deep Cerise

📋 copy color: '#D2227A'

red 210 ◦ green 34 ◦ blue 122

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

Shades of Deep Cerise #D2227A

Tints of Deep Cerise #D2227A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.33%

R = 57.38%
G = 9.29%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2227A (or 0xD2227A) is known color: Deep Cerise. HEX triplet: D2, 22 and 7A. RGB value is (210,34,122). Sum of RGB (Red+Green+Blue) = 210+34+122=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D2227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2227A is #2DDD85. Grayscale: #606060. Windows color (decimal): -3005830 or 8004306. OLE color: 8004306.

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

Color convert

RGB 210 34 122 -
CMYK 0 0.84 0.42 0.18
HSL 330º 0.72% 0.48% -
HSV(B) 330º 0.84% 0.82% -
XYZ 30.66 16.25 19.93 -
YUV 96.66 142.31 208.84 -
System Red Green Blue C M Y K H S L
Decimal 210 34 122 0 0.84 0.42 0.18 330 0.72 0.48
Hex D2 22 7A 0 54 2A 12 14A 48 30
Octal 322 42 172 0 124 52 22 512 110 60
Binary 11010010 100010 1111010 0 1010100 101010 10010 101001010 1001000 110000

Color Harmonies of #D2227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2227A

Black with #D2227A

Text Example


Text Example

White with #D2227A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2227A; }

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

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

background-color css

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

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

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

border-color css

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

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

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