Html Css Color HEX #D3059F Hollywood Cerise

📋 copy color: '#D3059F'

red 211 ◦ green 5 ◦ blue 159

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

Shades of Hollywood Cerise #D3059F

Tints of Hollywood Cerise #D3059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 56.27%
G = 1.33%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D3059F (or 0xD3059F) is known color: Hollywood Cerise. HEX triplet: D3, 05 and 9F. RGB value is (211,5,159). Sum of RGB (Red+Green+Blue) = 211+5+159=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D3059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3059F is #2CFA60. Grayscale: #535353. Windows color (decimal): -2947681 or 10421715. OLE color: 10421715.

HSL color Cylindrical-coordinate representation of color #D3059F: hue angle of 315.15º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D3059F is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 5 159 -
CMYK 0 0.98 0.25 0.17
HSL 315.15º 0.95% 0.42% -
HSV(B) 315.15º 0.98% 0.83% -
XYZ 33.18 16.46 34.23 -
YUV 84.15 170.25 218.48 -
System Red Green Blue C M Y K H S L
Decimal 211 5 159 0 0.98 0.25 0.17 315.15 0.95 0.42
Hex D3 5 9F 0 62 19 11 13B 5F 2A
Octal 323 5 237 0 142 31 21 473 137 52
Binary 11010011 101 10011111 0 1100010 11001 10001 100111011 1011111 101010

Color Harmonies of #D3059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3059F

Black with #D3059F

Text Example


Text Example

White with #D3059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3059F; }

 p { color: rgb(211,5,159); }

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

background-color css

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

 a { background-color: rgb(211,5,159); }

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

border-color css

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

 span { border-color: rgb(211,5,159); }

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