Html Css Color HEX #D601A5 Hollywood Cerise

📋 copy color: '#D601A5'

red 214 ◦ green 1 ◦ blue 165

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

Shades of Hollywood Cerise #D601A5

Tints of Hollywood Cerise #D601A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.42%

R = 56.32%
G = 0.26%
B = 43.42%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D601A5 (or 0xD601A5) is known color: Hollywood Cerise. HEX triplet: D6, 01 and A5. RGB value is (214,1,165). Sum of RGB (Red+Green+Blue) = 214+1+165=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 165 (64.84% from 255 or 43.42% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D601A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D601A5 is #29FE5A. Grayscale: #525252. Windows color (decimal): -2752091 or 10813910. OLE color: 10813910.

HSL color Cylindrical-coordinate representation of color #D601A5: hue angle of 313.8º 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 #D601A5 is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 1 165 -
CMYK 0 1.00 0.23 0.16
HSL 313.8º 0.99% 0.42% -
HSV(B) 313.8º 1% 0.84% -
XYZ 34.53 17.03 37.07 -
YUV 83.38 174.07 221.16 -
System Red Green Blue C M Y K H S L
Decimal 214 1 165 0 1.00 0.23 0.16 313.8 0.99 0.42
Hex D6 1 A5 0 64 17 10 13A 63 2A
Octal 326 1 245 0 144 27 20 472 143 52
Binary 11010110 1 10100101 0 1100100 10111 10000 100111010 1100011 101010

Color Harmonies of #D601A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D601A5

Black with #D601A5

Text Example


Text Example

White with #D601A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D601A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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