Html Css Color HEX #D23A8A Deep Cerise

📋 copy color: '#D23A8A'

red 210 ◦ green 58 ◦ blue 138

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

Shades of Deep Cerise #D23A8A

Tints of Deep Cerise #D23A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.99%

R = 51.72%
G = 14.29%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D23A8A (or 0xD23A8A) is known color: Deep Cerise. HEX triplet: D2, 3A and 8A. RGB value is (210,58,138). Sum of RGB (Red+Green+Blue) = 210+58+138=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23A8A is #2DC575. Grayscale: #707070. Windows color (decimal): -2999670 or 9059026. OLE color: 9059026.

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

Color convert

RGB 210 58 138 -
CMYK 0 0.72 0.34 0.18
HSL 328.42º 0.63% 0.53% -
HSV(B) 328.42º 0.72% 0.82% -
XYZ 32.68 18.56 25.91 -
YUV 112.57 142.36 197.5 -
System Red Green Blue C M Y K H S L
Decimal 210 58 138 0 0.72 0.34 0.18 328.42 0.63 0.53
Hex D2 3A 8A 0 48 22 12 148 3F 35
Octal 322 72 212 0 110 42 22 510 77 65
Binary 11010010 111010 10001010 0 1001000 100010 10010 101001000 111111 110101

Color Harmonies of #D23A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A8A

Black with #D23A8A

Text Example


Text Example

White with #D23A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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