Html Css Color HEX #D23C92 Deep Cerise

📋 copy color: '#D23C92'

red 210 ◦ green 60 ◦ blue 146

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

Shades of Deep Cerise #D23C92

Tints of Deep Cerise #D23C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.1%

R = 50.48%
G = 14.42%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D23C92 (or 0xD23C92) is known color: Deep Cerise. HEX triplet: D2, 3C and 92. RGB value is (210,60,146). Sum of RGB (Red+Green+Blue) = 210+60+146=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23C92 is #2DC36D. Grayscale: #727272. Windows color (decimal): -2999150 or 9583826. OLE color: 9583826.

HSL color Cylindrical-coordinate representation of color #D23C92: hue angle of 325.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 #D23C92 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 60 146 -
CMYK 0 0.71 0.30 0.18
HSL 325.6º 0.63% 0.53% -
HSV(B) 325.6º 0.71% 0.82% -
XYZ 33.38 19.01 29.1 -
YUV 114.65 145.7 196.01 -
System Red Green Blue C M Y K H S L
Decimal 210 60 146 0 0.71 0.30 0.18 325.6 0.63 0.53
Hex D2 3C 92 0 47 1E 12 146 3E 35
Octal 322 74 222 0 107 36 22 506 76 65
Binary 11010010 111100 10010010 0 1000111 11110 10010 101000110 111110 110101

Color Harmonies of #D23C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23C92

Black with #D23C92

Text Example


Text Example

White with #D23C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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