Html Css Color HEX #D23296 Deep Cerise

📋 copy color: '#D23296'

red 210 ◦ green 50 ◦ blue 150

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

Shades of Deep Cerise #D23296

Tints of Deep Cerise #D23296

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.2%

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

R = 51.22%
G = 12.2%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D23296 (or 0xD23296) is known color: Deep Cerise. HEX triplet: D2, 32 and 96. RGB value is (210,50,150). Sum of RGB (Red+Green+Blue) = 210+50+150=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D23296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23296 is #2DCD69. Grayscale: #6D6D6D. Windows color (decimal): -3001706 or 9843410. OLE color: 9843410.

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

Color convert

RGB 210 50 150 -
CMYK 0 0.76 0.29 0.18
HSL 322.5º 0.64% 0.51% -
HSV(B) 322.5º 0.76% 0.82% -
XYZ 33.22 18.18 30.61 -
YUV 109.24 151.01 199.87 -
System Red Green Blue C M Y K H S L
Decimal 210 50 150 0 0.76 0.29 0.18 322.5 0.64 0.51
Hex D2 32 96 0 4C 1D 12 142 40 33
Octal 322 62 226 0 114 35 22 502 100 63
Binary 11010010 110010 10010110 0 1001100 11101 10010 101000010 1000000 110011

Color Harmonies of #D23296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23296

Black with #D23296

Text Example


Text Example

White with #D23296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23296; }

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

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

background-color css

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

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

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

border-color css

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

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

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