Html Css Color HEX #D601A8 Hollywood Cerise

📋 copy color: '#D601A8'

red 214 ◦ green 1 ◦ blue 168

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

Shades of Hollywood Cerise #D601A8

Tints of Hollywood Cerise #D601A8

RGB

 RED value IS 214 (83.98% from 255) = 55.87%

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 55.87%
G = 0.26%
B = 43.86%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D601A8 (or 0xD601A8) is known color: Hollywood Cerise. HEX triplet: D6, 01 and A8. RGB value is (214,1,168). Sum of RGB (Red+Green+Blue) = 214+1+168=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D601A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D601A8 is #29FE57. Grayscale: #535353. Windows color (decimal): -2752088 or 11010518. OLE color: 11010518.

HSL color Cylindrical-coordinate representation of color #D601A8: hue angle of 312.96º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D601A8 is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 1 168 -
CMYK 0 1.00 0.21 0.16
HSL 312.96º 0.99% 0.42% -
HSV(B) 312.96º 1% 0.84% -
XYZ 34.81 17.15 38.52 -
YUV 83.73 175.57 220.92 -
System Red Green Blue C M Y K H S L
Decimal 214 1 168 0 1.00 0.21 0.16 312.96 0.99 0.42
Hex D6 1 A8 0 64 15 10 139 63 2A
Octal 326 1 250 0 144 25 20 471 143 52
Binary 11010110 1 10101000 0 1100100 10101 10000 100111001 1100011 101010

Color Harmonies of #D601A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D601A8

Black with #D601A8

Text Example


Text Example

White with #D601A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D601A8; }

 p { color: rgb(214,1,168); }

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

background-color css

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

 a { background-color: rgb(214,1,168); }

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

border-color css

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

 span { border-color: rgb(214,1,168); }

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