Html Css Color HEX #D23A91 Deep Cerise

📋 copy color: '#D23A91'

red 210 ◦ green 58 ◦ blue 145

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

Shades of Deep Cerise #D23A91

Tints of Deep Cerise #D23A91

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.04%

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

R = 50.85%
G = 14.04%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D23A91 (or 0xD23A91) is known color: Deep Cerise. HEX triplet: D2, 3A and 91. RGB value is (210,58,145). Sum of RGB (Red+Green+Blue) = 210+58+145=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23A91 is #2DC56E. Grayscale: #717171. Windows color (decimal): -2999663 or 9517778. OLE color: 9517778.

HSL color Cylindrical-coordinate representation of color #D23A91: hue angle of 325.66º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23A91 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 58 145 -
CMYK 0 0.72 0.31 0.18
HSL 325.66º 0.63% 0.53% -
HSV(B) 325.66º 0.72% 0.82% -
XYZ 33.2 18.77 28.66 -
YUV 113.37 145.86 196.93 -
System Red Green Blue C M Y K H S L
Decimal 210 58 145 0 0.72 0.31 0.18 325.66 0.63 0.53
Hex D2 3A 91 0 48 1F 12 146 3F 35
Octal 322 72 221 0 110 37 22 506 77 65
Binary 11010010 111010 10010001 0 1001000 11111 10010 101000110 111111 110101

Color Harmonies of #D23A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A91

Black with #D23A91

Text Example


Text Example

White with #D23A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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