Html Css Color HEX #D300A0 Hollywood Cerise

📋 copy color: '#D300A0'

red 211 ◦ green 0 ◦ blue 160

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

Shades of Hollywood Cerise #D300A0

Tints of Hollywood Cerise #D300A0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 160 (62.89% from 255) = 43.13%

R = 56.87%
G = 0%
B = 43.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D300A0 (or 0xD300A0) is known color: Hollywood Cerise. HEX triplet: D3, 00 and A0. RGB value is (211,0,160). Sum of RGB (Red+Green+Blue) = 211+0+160=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D300A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D300A0 is #2CFF5F. Grayscale: #505050. Windows color (decimal): -2948960 or 10485971. OLE color: 10485971.

HSL color Cylindrical-coordinate representation of color #D300A0: hue angle of 314.5º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D300A0 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 0 160 -
CMYK 0 1 0.24 0.17
HSL 314.5º 1% 0.41% -
HSV(B) 314.5º 1% 0.83% -
XYZ 33.21 16.39 34.67 -
YUV 81.33 172.4 220.49 -
System Red Green Blue C M Y K H S L
Decimal 211 0 160 0 1 0.24 0.17 314.5 1 0.41
Hex D3 0 A0 0 64 18 11 13B 64 29
Octal 323 0 240 0 144 30 21 473 144 51
Binary 11010011 0 10100000 0 1100100 11000 10001 100111011 1100100 101001

Color Harmonies of #D300A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D300A0

Black with #D300A0

Text Example


Text Example

White with #D300A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D300A0; }

 p { color: rgb(211,0,160); }

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

background-color css

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

 a { background-color: rgb(211,0,160); }

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

border-color css

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

 span { border-color: rgb(211,0,160); }

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