Html Css Color HEX #D930AA Deep Cerise

📋 copy color: '#D930AA'

red 217 ◦ green 48 ◦ blue 170

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

Shades of Deep Cerise #D930AA

Tints of Deep Cerise #D930AA

RGB

 RED value IS 217 (85.16% from 255) = 49.89%

 GREEN value IS 48 (19.14% from 255) = 11.03%

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

R = 49.89%
G = 11.03%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D930AA (or 0xD930AA) is known color: Deep Cerise. HEX triplet: D9, 30 and AA. RGB value is (217,48,170). Sum of RGB (Red+Green+Blue) = 217+48+170=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D930AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D930AA is #26CF55. Grayscale: #707070. Windows color (decimal): -2543446 or 11153625. OLE color: 11153625.

HSL color Cylindrical-coordinate representation of color #D930AA: hue angle of 316.69º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D930AA is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 48 170 -
CMYK 0 0.78 0.22 0.15
HSL 316.69º 0.69% 0.52% -
HSV(B) 316.69º 0.78% 0.85% -
XYZ 36.93 19.77 39.9 -
YUV 112.44 160.49 202.58 -
System Red Green Blue C M Y K H S L
Decimal 217 48 170 0 0.78 0.22 0.15 316.69 0.69 0.52
Hex D9 30 AA 0 4E 16 F 13D 45 34
Octal 331 60 252 0 116 26 17 475 105 64
Binary 11011001 110000 10101010 0 1001110 10110 1111 100111101 1000101 110100

Color Harmonies of #D930AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D930AA

Black with #D930AA

Text Example


Text Example

White with #D930AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D930AA; }

 p { color: rgb(217,48,170); }

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

background-color css

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

 a { background-color: rgb(217,48,170); }

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

border-color css

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

 span { border-color: rgb(217,48,170); }

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