Html Css Color HEX #D30CAA Hollywood Cerise

📋 copy color: '#D30CAA'

red 211 ◦ green 12 ◦ blue 170

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

Shades of Hollywood Cerise #D30CAA

Tints of Hollywood Cerise #D30CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.05%

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

R = 53.69%
G = 3.05%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D30CAA (or 0xD30CAA) is known color: Hollywood Cerise. HEX triplet: D3, 0C and AA. RGB value is (211,12,170). Sum of RGB (Red+Green+Blue) = 211+12+170=393 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.69% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 211 - color contains mainly: red. Hex color #D30CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30CAA is #2CF355. Grayscale: #595959. Windows color (decimal): -2945878 or 11144403. OLE color: 11144403.

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

Color convert

RGB 211 12 170 -
CMYK 0 0.94 0.19 0.17
HSL 312.36º 0.89% 0.44% -
HSV(B) 312.36º 0.94% 0.83% -
XYZ 34.25 17.01 39.51 -
YUV 89.51 173.43 214.65 -
System Red Green Blue C M Y K H S L
Decimal 211 12 170 0 0.94 0.19 0.17 312.36 0.89 0.44
Hex D3 C AA 0 5E 13 11 138 59 2C
Octal 323 14 252 0 136 23 21 470 131 54
Binary 11010011 1100 10101010 0 1011110 10011 10001 100111000 1011001 101100

Color Harmonies of #D30CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30CAA

Black with #D30CAA

Text Example


Text Example

White with #D30CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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