Html Css Color HEX #D23AA1 Deep Cerise

📋 copy color: '#D23AA1'

red 210 ◦ green 58 ◦ blue 161

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

Shades of Deep Cerise #D23AA1

Tints of Deep Cerise #D23AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.53%

R = 48.95%
G = 13.52%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D23AA1 (or 0xD23AA1) is known color: Deep Cerise. HEX triplet: D2, 3A and A1. RGB value is (210,58,161). Sum of RGB (Red+Green+Blue) = 210+58+161=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D23AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23AA1 is #2DC55E. Grayscale: #727272. Windows color (decimal): -2999647 or 10566354. OLE color: 10566354.

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

Color convert

RGB 210 58 161 -
CMYK 0 0.72 0.23 0.18
HSL 319.34º 0.63% 0.53% -
HSV(B) 319.34º 0.72% 0.82% -
XYZ 34.52 19.3 35.62 -
YUV 115.19 153.86 195.62 -
System Red Green Blue C M Y K H S L
Decimal 210 58 161 0 0.72 0.23 0.18 319.34 0.63 0.53
Hex D2 3A A1 0 48 17 12 13F 3F 35
Octal 322 72 241 0 110 27 22 477 77 65
Binary 11010010 111010 10100001 0 1001000 10111 10010 100111111 111111 110101

Color Harmonies of #D23AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23AA1

Black with #D23AA1

Text Example


Text Example

White with #D23AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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