Html Css Color HEX #D306AB Hollywood Cerise

📋 copy color: '#D306AB'

red 211 ◦ green 6 ◦ blue 171

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

Shades of Hollywood Cerise #D306AB

Tints of Hollywood Cerise #D306AB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.55%

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 54.38%
G = 1.55%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D306AB (or 0xD306AB) is known color: Hollywood Cerise. HEX triplet: D3, 06 and AB. RGB value is (211,6,171). Sum of RGB (Red+Green+Blue) = 211+6+171=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D306AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D306AB is #2CF954. Grayscale: #555555. Windows color (decimal): -2947413 or 11208403. OLE color: 11208403.

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

Color convert

RGB 211 6 171 -
CMYK 0 0.97 0.19 0.17
HSL 311.71º 0.94% 0.43% -
HSV(B) 311.71º 0.97% 0.83% -
XYZ 34.28 16.92 39.99 -
YUV 86.11 175.92 217.08 -
System Red Green Blue C M Y K H S L
Decimal 211 6 171 0 0.97 0.19 0.17 311.71 0.94 0.43
Hex D3 6 AB 0 61 13 11 138 5E 2B
Octal 323 6 253 0 141 23 21 470 136 53
Binary 11010011 110 10101011 0 1100001 10011 10001 100111000 1011110 101011

Color Harmonies of #D306AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D306AB

Black with #D306AB

Text Example


Text Example

White with #D306AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D306AB; }

 p { color: rgb(211,6,171); }

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

background-color css

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

 a { background-color: rgb(211,6,171); }

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

border-color css

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

 span { border-color: rgb(211,6,171); }

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