Html Css Color HEX #D2397F Deep Cerise

📋 copy color: '#D2397F'

red 210 ◦ green 57 ◦ blue 127

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

Shades of Deep Cerise #D2397F

Tints of Deep Cerise #D2397F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.23%

R = 53.3%
G = 14.47%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2397F (or 0xD2397F) is known color: Deep Cerise. HEX triplet: D2, 39 and 7F. RGB value is (210,57,127). Sum of RGB (Red+Green+Blue) = 210+57+127=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D2397F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2397F is #2DC680. Grayscale: #6E6E6E. Windows color (decimal): -2999937 or 8337874. OLE color: 8337874.

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

Color convert

RGB 210 57 127 -
CMYK 0 0.73 0.40 0.18
HSL 332.55º 0.63% 0.52% -
HSV(B) 332.55º 0.73% 0.82% -
XYZ 31.87 18.16 21.9 -
YUV 110.73 137.19 198.81 -
System Red Green Blue C M Y K H S L
Decimal 210 57 127 0 0.73 0.40 0.18 332.55 0.63 0.52
Hex D2 39 7F 0 49 28 12 14D 3F 34
Octal 322 71 177 0 111 50 22 515 77 64
Binary 11010010 111001 1111111 0 1001001 101000 10010 101001101 111111 110100

Color Harmonies of #D2397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2397F

Black with #D2397F

Text Example


Text Example

White with #D2397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2397F; }

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

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

background-color css

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

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

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

border-color css

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

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

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