Html Css Color HEX #D23392 Deep Cerise

📋 copy color: '#D23392'

red 210 ◦ green 51 ◦ blue 146

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

Shades of Deep Cerise #D23392

Tints of Deep Cerise #D23392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.53%

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

R = 51.6%
G = 12.53%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D23392 (or 0xD23392) is known color: Deep Cerise. HEX triplet: D2, 33 and 92. RGB value is (210,51,146). Sum of RGB (Red+Green+Blue) = 210+51+146=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D23392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23392 is #2DCC6D. Grayscale: #6D6D6D. Windows color (decimal): -3001454 or 9581522. OLE color: 9581522.

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

Color convert

RGB 210 51 146 -
CMYK 0 0.76 0.30 0.18
HSL 324.15º 0.64% 0.51% -
HSV(B) 324.15º 0.76% 0.82% -
XYZ 32.95 18.14 28.96 -
YUV 109.37 148.68 199.78 -
System Red Green Blue C M Y K H S L
Decimal 210 51 146 0 0.76 0.30 0.18 324.15 0.64 0.51
Hex D2 33 92 0 4C 1E 12 144 40 33
Octal 322 63 222 0 114 36 22 504 100 63
Binary 11010010 110011 10010010 0 1001100 11110 10010 101000100 1000000 110011

Color Harmonies of #D23392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23392

Black with #D23392

Text Example


Text Example

White with #D23392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23392; }

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

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

background-color css

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

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

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

border-color css

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

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

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