Html Css Color HEX #D23192 Deep Cerise

📋 copy color: '#D23192'

red 210 ◦ green 49 ◦ blue 146

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

Shades of Deep Cerise #D23192

Tints of Deep Cerise #D23192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.1%

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

R = 51.85%
G = 12.1%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D23192 (or 0xD23192) is known color: Deep Cerise. HEX triplet: D2, 31 and 92. RGB value is (210,49,146). Sum of RGB (Red+Green+Blue) = 210+49+146=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D23192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23192 is #2DCE6D. Grayscale: #6B6B6B. Windows color (decimal): -3001966 or 9581010. OLE color: 9581010.

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

Color convert

RGB 210 49 146 -
CMYK 0 0.77 0.30 0.18
HSL 323.85º 0.64% 0.51% -
HSV(B) 323.85º 0.77% 0.82% -
XYZ 32.86 17.97 28.93 -
YUV 108.2 149.34 200.61 -
System Red Green Blue C M Y K H S L
Decimal 210 49 146 0 0.77 0.30 0.18 323.85 0.64 0.51
Hex D2 31 92 0 4D 1E 12 144 40 33
Octal 322 61 222 0 115 36 22 504 100 63
Binary 11010010 110001 10010010 0 1001101 11110 10010 101000100 1000000 110011

Color Harmonies of #D23192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23192

Black with #D23192

Text Example


Text Example

White with #D23192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23192; }

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

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

background-color css

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

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

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

border-color css

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

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

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