Html Css Color HEX #D330AA Deep Cerise

📋 copy color: '#D330AA'

red 211 ◦ green 48 ◦ blue 170

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

Shades of Deep Cerise #D330AA

Tints of Deep Cerise #D330AA

RGB

 RED value IS 211 (82.81% from 255) = 49.18%

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

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

R = 49.18%
G = 11.19%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D330AA (or 0xD330AA) is known color: Deep Cerise. HEX triplet: D3, 30 and AA. RGB value is (211,48,170). Sum of RGB (Red+Green+Blue) = 211+48+170=429 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.18% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 211 - color contains mainly: red. Hex color #D330AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D330AA is #2CCF55. Grayscale: #6E6E6E. Windows color (decimal): -2936662 or 11153619. OLE color: 11153619.

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

Color convert

RGB 211 48 170 -
CMYK 0 0.77 0.19 0.17
HSL 315.09º 0.65% 0.51% -
HSV(B) 315.09º 0.77% 0.83% -
XYZ 35.18 18.87 39.82 -
YUV 110.65 161.5 199.58 -
System Red Green Blue C M Y K H S L
Decimal 211 48 170 0 0.77 0.19 0.17 315.09 0.65 0.51
Hex D3 30 AA 0 4D 13 11 13B 41 33
Octal 323 60 252 0 115 23 21 473 101 63
Binary 11010011 110000 10101010 0 1001101 10011 10001 100111011 1000001 110011

Color Harmonies of #D330AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D330AA

Black with #D330AA

Text Example


Text Example

White with #D330AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D330AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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