Html Css Color HEX #D23A92 Deep Cerise

📋 copy color: '#D23A92'

red 210 ◦ green 58 ◦ blue 146

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

Shades of Deep Cerise #D23A92

Tints of Deep Cerise #D23A92

RGB

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

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

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

R = 50.72%
G = 14.01%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D23A92 (or 0xD23A92) is known color: Deep Cerise. HEX triplet: D2, 3A and 92. RGB value is (210,58,146). Sum of RGB (Red+Green+Blue) = 210+58+146=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23A92 is #2DC56D. Grayscale: #717171. Windows color (decimal): -2999662 or 9583314. OLE color: 9583314.

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

Color convert

RGB 210 58 146 -
CMYK 0 0.72 0.30 0.18
HSL 325.26º 0.63% 0.53% -
HSV(B) 325.26º 0.72% 0.82% -
XYZ 33.28 18.8 29.07 -
YUV 113.48 146.36 196.84 -
System Red Green Blue C M Y K H S L
Decimal 210 58 146 0 0.72 0.30 0.18 325.26 0.63 0.53
Hex D2 3A 92 0 48 1E 12 145 3F 35
Octal 322 72 222 0 110 36 22 505 77 65
Binary 11010010 111010 10010010 0 1001000 11110 10010 101000101 111111 110101

Color Harmonies of #D23A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A92

Black with #D23A92

Text Example


Text Example

White with #D23A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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