Html Css Color HEX #D309A8 Hollywood Cerise

📋 copy color: '#D309A8'

red 211 ◦ green 9 ◦ blue 168

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

Shades of Hollywood Cerise #D309A8

Tints of Hollywood Cerise #D309A8

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.32%

 BLUE value IS 168 (66.02% from 255) = 43.3%

R = 54.38%
G = 2.32%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D309A8 (or 0xD309A8) is known color: Hollywood Cerise. HEX triplet: D3, 09 and A8. RGB value is (211,9,168). Sum of RGB (Red+Green+Blue) = 211+9+168=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 168 (66.02% from 255 or 43.30% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D309A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D309A8 is #2CF657. Grayscale: #575757. Windows color (decimal): -2946648 or 11012563. OLE color: 11012563.

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

Color convert

RGB 211 9 168 -
CMYK 0 0.96 0.20 0.17
HSL 312.77º 0.92% 0.43% -
HSV(B) 312.77º 0.96% 0.83% -
XYZ 34.03 16.87 38.51 -
YUV 87.52 173.42 216.07 -
System Red Green Blue C M Y K H S L
Decimal 211 9 168 0 0.96 0.20 0.17 312.77 0.92 0.43
Hex D3 9 A8 0 60 14 11 139 5C 2B
Octal 323 11 250 0 140 24 21 471 134 53
Binary 11010011 1001 10101000 0 1100000 10100 10001 100111001 1011100 101011

Color Harmonies of #D309A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D309A8

Black with #D309A8

Text Example


Text Example

White with #D309A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D309A8; }

 p { color: rgb(211,9,168); }

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

background-color css

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

 a { background-color: rgb(211,9,168); }

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

border-color css

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

 span { border-color: rgb(211,9,168); }

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