Html Css Color HEX #D231AA Deep Cerise

📋 copy color: '#D231AA'

red 210 ◦ green 49 ◦ blue 170

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

Shades of Deep Cerise #D231AA

Tints of Deep Cerise #D231AA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.42%

 BLUE value IS 170 (66.8% from 255) = 39.63%

R = 48.95%
G = 11.42%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D231AA (or 0xD231AA) is known color: Deep Cerise. HEX triplet: D2, 31 and AA. RGB value is (210,49,170). Sum of RGB (Red+Green+Blue) = 210+49+170=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D231AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D231AA is #2DCE55. Grayscale: #6E6E6E. Windows color (decimal): -3001942 or 11153874. OLE color: 11153874.

HSL color Cylindrical-coordinate representation of color #D231AA: hue angle of 314.91º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D231AA is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 49 170 -
CMYK 0 0.77 0.19 0.18
HSL 314.91º 0.64% 0.51% -
HSV(B) 314.91º 0.77% 0.82% -
XYZ 34.93 18.8 39.82 -
YUV 110.93 161.34 198.66 -
System Red Green Blue C M Y K H S L
Decimal 210 49 170 0 0.77 0.19 0.18 314.91 0.64 0.51
Hex D2 31 AA 0 4D 13 12 13B 40 33
Octal 322 61 252 0 115 23 22 473 100 63
Binary 11010010 110001 10101010 0 1001101 10011 10010 100111011 1000000 110011

Color Harmonies of #D231AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231AA

Black with #D231AA

Text Example


Text Example

White with #D231AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231AA; }

 p { color: rgb(210,49,170); }

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

background-color css

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

 a { background-color: rgb(210,49,170); }

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

border-color css

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

 span { border-color: rgb(210,49,170); }

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