Html Css Color HEX #D23C97 Deep Cerise

📋 copy color: '#D23C97'

red 210 ◦ green 60 ◦ blue 151

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

Shades of Deep Cerise #D23C97

Tints of Deep Cerise #D23C97

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.25%

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

R = 49.88%
G = 14.25%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D23C97 (or 0xD23C97) is known color: Deep Cerise. HEX triplet: D2, 3C and 97. RGB value is (210,60,151). Sum of RGB (Red+Green+Blue) = 210+60+151=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23C97 is #2DC368. Grayscale: #737373. Windows color (decimal): -2999145 or 9911506. OLE color: 9911506.

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

Color convert

RGB 210 60 151 -
CMYK 0 0.71 0.28 0.18
HSL 323.6º 0.63% 0.53% -
HSV(B) 323.6º 0.71% 0.82% -
XYZ 33.78 19.17 31.2 -
YUV 115.22 148.2 195.6 -
System Red Green Blue C M Y K H S L
Decimal 210 60 151 0 0.71 0.28 0.18 323.6 0.63 0.53
Hex D2 3C 97 0 47 1C 12 144 3E 35
Octal 322 74 227 0 107 34 22 504 76 65
Binary 11010010 111100 10010111 0 1000111 11100 10010 101000100 111110 110101

Color Harmonies of #D23C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23C97

Black with #D23C97

Text Example


Text Example

White with #D23C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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