Html Css Color HEX #D2247A Deep Cerise

📋 copy color: '#D2247A'

red 210 ◦ green 36 ◦ blue 122

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

Shades of Deep Cerise #D2247A

Tints of Deep Cerise #D2247A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.78%

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

R = 57.07%
G = 9.78%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2247A (or 0xD2247A) is known color: Deep Cerise. HEX triplet: D2, 24 and 7A. RGB value is (210,36,122). Sum of RGB (Red+Green+Blue) = 210+36+122=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D2247A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2247A is #2DDB85. Grayscale: #616161. Windows color (decimal): -3005318 or 8004818. OLE color: 8004818.

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

Color convert

RGB 210 36 122 -
CMYK 0 0.83 0.42 0.18
HSL 330.34º 0.71% 0.48% -
HSV(B) 330.34º 0.83% 0.82% -
XYZ 30.72 16.37 19.95 -
YUV 97.83 141.65 208.01 -
System Red Green Blue C M Y K H S L
Decimal 210 36 122 0 0.83 0.42 0.18 330.34 0.71 0.48
Hex D2 24 7A 0 53 2A 12 14A 47 30
Octal 322 44 172 0 123 52 22 512 107 60
Binary 11010010 100100 1111010 0 1010011 101010 10010 101001010 1000111 110000

Color Harmonies of #D2247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2247A

Black with #D2247A

Text Example


Text Example

White with #D2247A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2247A; }

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

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

background-color css

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

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

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

border-color css

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

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

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