Html Css Color HEX #D2397D Deep Cerise

📋 copy color: '#D2397D'

red 210 ◦ green 57 ◦ blue 125

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

Shades of Deep Cerise #D2397D

Tints of Deep Cerise #D2397D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.89%

R = 53.57%
G = 14.54%
B = 31.89%

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

#D2397D (or 0xD2397D) is known color: Deep Cerise. HEX triplet: D2, 39 and 7D. RGB value is (210,57,125). Sum of RGB (Red+Green+Blue) = 210+57+125=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D2397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2397D is #2DC682. Grayscale: #6E6E6E. Windows color (decimal): -2999939 or 8206802. OLE color: 8206802.

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

Color convert

RGB 210 57 125 -
CMYK 0 0.73 0.40 0.18
HSL 333.33º 0.63% 0.52% -
HSV(B) 333.33º 0.73% 0.82% -
XYZ 31.74 18.11 21.22 -
YUV 110.5 136.19 198.97 -
System Red Green Blue C M Y K H S L
Decimal 210 57 125 0 0.73 0.40 0.18 333.33 0.63 0.52
Hex D2 39 7D 0 49 28 12 14D 3F 34
Octal 322 71 175 0 111 50 22 515 77 64
Binary 11010010 111001 1111101 0 1001001 101000 10010 101001101 111111 110100

Color Harmonies of #D2397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2397D

Black with #D2397D

Text Example


Text Example

White with #D2397D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2397D; }

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

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

background-color css

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

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

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

border-color css

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

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

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