Html Css Color HEX #D23096 Deep Cerise

📋 copy color: '#D23096'

red 210 ◦ green 48 ◦ blue 150

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

Shades of Deep Cerise #D23096

Tints of Deep Cerise #D23096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.76%

 BLUE value IS 150 (58.98% from 255) = 36.76%

R = 51.47%
G = 11.76%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D23096 (or 0xD23096) is known color: Deep Cerise. HEX triplet: D2, 30 and 96. RGB value is (210,48,150). Sum of RGB (Red+Green+Blue) = 210+48+150=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D23096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23096 is #2DCF69. Grayscale: #6B6B6B. Windows color (decimal): -3002218 or 9842898. OLE color: 9842898.

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

Color convert

RGB 210 48 150 -
CMYK 0 0.77 0.29 0.18
HSL 322.22º 0.64% 0.51% -
HSV(B) 322.22º 0.77% 0.82% -
XYZ 33.14 18.02 30.59 -
YUV 108.07 151.67 200.71 -
System Red Green Blue C M Y K H S L
Decimal 210 48 150 0 0.77 0.29 0.18 322.22 0.64 0.51
Hex D2 30 96 0 4D 1D 12 142 40 33
Octal 322 60 226 0 115 35 22 502 100 63
Binary 11010010 110000 10010110 0 1001101 11101 10010 101000010 1000000 110011

Color Harmonies of #D23096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23096

Black with #D23096

Text Example


Text Example

White with #D23096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23096; }

 p { color: rgb(210,48,150); }

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

background-color css

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

 a { background-color: rgb(210,48,150); }

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

border-color css

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

 span { border-color: rgb(210,48,150); }

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