Html Css Color HEX #D23497 Deep Cerise

📋 copy color: '#D23497'

red 210 ◦ green 52 ◦ blue 151

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

Shades of Deep Cerise #D23497

Tints of Deep Cerise #D23497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.59%

 BLUE value IS 151 (59.38% from 255) = 36.56%

R = 50.85%
G = 12.59%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D23497 (or 0xD23497) is known color: Deep Cerise. HEX triplet: D2, 34 and 97. RGB value is (210,52,151). Sum of RGB (Red+Green+Blue) = 210+52+151=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D23497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23497 is #2DCB68. Grayscale: #6E6E6E. Windows color (decimal): -3001193 or 9909458. OLE color: 9909458.

HSL color Cylindrical-coordinate representation of color #D23497: hue angle of 322.41º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23497 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 52 151 -
CMYK 0 0.75 0.28 0.18
HSL 322.41º 0.64% 0.51% -
HSV(B) 322.41º 0.75% 0.82% -
XYZ 33.39 18.39 31.07 -
YUV 110.53 150.85 198.95 -
System Red Green Blue C M Y K H S L
Decimal 210 52 151 0 0.75 0.28 0.18 322.41 0.64 0.51
Hex D2 34 97 0 4B 1C 12 142 40 33
Octal 322 64 227 0 113 34 22 502 100 63
Binary 11010010 110100 10010111 0 1001011 11100 10010 101000010 1000000 110011

Color Harmonies of #D23497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23497

Black with #D23497

Text Example


Text Example

White with #D23497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23497; }

 p { color: rgb(210,52,151); }

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

background-color css

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

 a { background-color: rgb(210,52,151); }

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

border-color css

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

 span { border-color: rgb(210,52,151); }

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