Html Css Color HEX #D2247C Deep Cerise

📋 copy color: '#D2247C'

red 210 ◦ green 36 ◦ blue 124

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

Shades of Deep Cerise #D2247C

Tints of Deep Cerise #D2247C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.51%

R = 56.76%
G = 9.73%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2247C (or 0xD2247C) is known color: Deep Cerise. HEX triplet: D2, 24 and 7C. RGB value is (210,36,124). Sum of RGB (Red+Green+Blue) = 210+36+124=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D2247C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2247C is #2DDB83. Grayscale: #616161. Windows color (decimal): -3005316 or 8135890. OLE color: 8135890.

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

Color convert

RGB 210 36 124 -
CMYK 0 0.83 0.41 0.18
HSL 329.66º 0.71% 0.48% -
HSV(B) 329.66º 0.83% 0.82% -
XYZ 30.85 16.42 20.61 -
YUV 98.06 142.65 207.84 -
System Red Green Blue C M Y K H S L
Decimal 210 36 124 0 0.83 0.41 0.18 329.66 0.71 0.48
Hex D2 24 7C 0 53 29 12 14A 47 30
Octal 322 44 174 0 123 51 22 512 107 60
Binary 11010010 100100 1111100 0 1010011 101001 10010 101001010 1000111 110000

Color Harmonies of #D2247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2247C

Black with #D2247C

Text Example


Text Example

White with #D2247C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2247C; }

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

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

background-color css

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

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

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

border-color css

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

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

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