Html Css Color HEX #D2397C Deep Cerise

📋 copy color: '#D2397C'

red 210 ◦ green 57 ◦ blue 124

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

Shades of Deep Cerise #D2397C

Tints of Deep Cerise #D2397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.58%

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

R = 53.71%
G = 14.58%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2397C (or 0xD2397C) is known color: Deep Cerise. HEX triplet: D2, 39 and 7C. RGB value is (210,57,124). Sum of RGB (Red+Green+Blue) = 210+57+124=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D2397C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2397C is #2DC683. Grayscale: #6E6E6E. Windows color (decimal): -2999940 or 8141266. OLE color: 8141266.

HSL color Cylindrical-coordinate representation of color #D2397C: hue angle of 333.73º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2397C is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 57 124 -
CMYK 0 0.73 0.41 0.18
HSL 333.73º 0.63% 0.52% -
HSV(B) 333.73º 0.73% 0.82% -
XYZ 31.68 18.08 20.89 -
YUV 110.39 135.69 199.05 -
System Red Green Blue C M Y K H S L
Decimal 210 57 124 0 0.73 0.41 0.18 333.73 0.63 0.52
Hex D2 39 7C 0 49 29 12 14E 3F 34
Octal 322 71 174 0 111 51 22 516 77 64
Binary 11010010 111001 1111100 0 1001001 101001 10010 101001110 111111 110100

Color Harmonies of #D2397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2397C

Black with #D2397C

Text Example


Text Example

White with #D2397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2397C; }

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

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

background-color css

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

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

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

border-color css

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

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

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