Html Css Color HEX #D23A9A Deep Cerise

📋 copy color: '#D23A9A'

red 210 ◦ green 58 ◦ blue 154

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

Shades of Deep Cerise #D23A9A

Tints of Deep Cerise #D23A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.49%

R = 49.76%
G = 13.74%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D23A9A (or 0xD23A9A) is known color: Deep Cerise. HEX triplet: D2, 3A and 9A. RGB value is (210,58,154). Sum of RGB (Red+Green+Blue) = 210+58+154=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23A9A is #2DC565. Grayscale: #727272. Windows color (decimal): -2999654 or 10107602. OLE color: 10107602.

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

Color convert

RGB 210 58 154 -
CMYK 0 0.72 0.27 0.18
HSL 322.11º 0.63% 0.53% -
HSV(B) 322.11º 0.72% 0.82% -
XYZ 33.92 19.06 32.46 -
YUV 114.39 150.36 196.19 -
System Red Green Blue C M Y K H S L
Decimal 210 58 154 0 0.72 0.27 0.18 322.11 0.63 0.53
Hex D2 3A 9A 0 48 1B 12 142 3F 35
Octal 322 72 232 0 110 33 22 502 77 65
Binary 11010010 111010 10011010 0 1001000 11011 10010 101000010 111111 110101

Color Harmonies of #D23A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A9A

Black with #D23A9A

Text Example


Text Example

White with #D23A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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