Html Css Color HEX #D2397B Deep Cerise

📋 copy color: '#D2397B'

red 210 ◦ green 57 ◦ blue 123

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

Shades of Deep Cerise #D2397B

Tints of Deep Cerise #D2397B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.54%

R = 53.85%
G = 14.62%
B = 31.54%

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

#D2397B (or 0xD2397B) is known color: Deep Cerise. HEX triplet: D2, 39 and 7B. RGB value is (210,57,123). Sum of RGB (Red+Green+Blue) = 210+57+123=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D2397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2397B is #2DC684. Grayscale: #6E6E6E. Windows color (decimal): -2999941 or 8075730. OLE color: 8075730.

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

Color convert

RGB 210 57 123 -
CMYK 0 0.73 0.41 0.18
HSL 334.12º 0.63% 0.52% -
HSV(B) 334.12º 0.73% 0.82% -
XYZ 31.62 18.06 20.56 -
YUV 110.27 135.19 199.13 -
System Red Green Blue C M Y K H S L
Decimal 210 57 123 0 0.73 0.41 0.18 334.12 0.63 0.52
Hex D2 39 7B 0 49 29 12 14E 3F 34
Octal 322 71 173 0 111 51 22 516 77 64
Binary 11010010 111001 1111011 0 1001001 101001 10010 101001110 111111 110100

Color Harmonies of #D2397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2397B

Black with #D2397B

Text Example


Text Example

White with #D2397B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2397B; }

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

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

background-color css

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

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

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

border-color css

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

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

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