Html Css Color HEX #D23191 Deep Cerise

📋 copy color: '#D23191'

red 210 ◦ green 49 ◦ blue 145

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

Shades of Deep Cerise #D23191

Tints of Deep Cerise #D23191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.89%

R = 51.98%
G = 12.13%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D23191 (or 0xD23191) is known color: Deep Cerise. HEX triplet: D2, 31 and 91. RGB value is (210,49,145). Sum of RGB (Red+Green+Blue) = 210+49+145=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D23191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23191 is #2DCE6E. Grayscale: #6B6B6B. Windows color (decimal): -3001967 or 9515474. OLE color: 9515474.

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

Color convert

RGB 210 49 145 -
CMYK 0 0.77 0.31 0.18
HSL 324.22º 0.64% 0.51% -
HSV(B) 324.22º 0.77% 0.82% -
XYZ 32.79 17.94 28.52 -
YUV 108.08 148.84 200.69 -
System Red Green Blue C M Y K H S L
Decimal 210 49 145 0 0.77 0.31 0.18 324.22 0.64 0.51
Hex D2 31 91 0 4D 1F 12 144 40 33
Octal 322 61 221 0 115 37 22 504 100 63
Binary 11010010 110001 10010001 0 1001101 11111 10010 101000100 1000000 110011

Color Harmonies of #D23191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23191

Black with #D23191

Text Example


Text Example

White with #D23191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23191; }

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

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

background-color css

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

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

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

border-color css

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

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

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