Html Css Color HEX #D601AE Hollywood Cerise

📋 copy color: '#D601AE'

red 214 ◦ green 1 ◦ blue 174

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

Shades of Hollywood Cerise #D601AE

Tints of Hollywood Cerise #D601AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.73%

R = 55.01%
G = 0.26%
B = 44.73%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D601AE (or 0xD601AE) is known color: Hollywood Cerise. HEX triplet: D6, 01 and AE. RGB value is (214,1,174). Sum of RGB (Red+Green+Blue) = 214+1+174=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D601AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D601AE is #29FE51. Grayscale: #535353. Windows color (decimal): -2752082 or 11403734. OLE color: 11403734.

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

Color convert

RGB 214 1 174 -
CMYK 0 1.00 0.19 0.16
HSL 311.27º 0.99% 0.42% -
HSV(B) 311.27º 1% 0.84% -
XYZ 35.38 17.37 41.53 -
YUV 84.41 178.57 220.43 -
System Red Green Blue C M Y K H S L
Decimal 214 1 174 0 1.00 0.19 0.16 311.27 0.99 0.42
Hex D6 1 AE 0 64 13 10 137 63 2A
Octal 326 1 256 0 144 23 20 467 143 52
Binary 11010110 1 10101110 0 1100100 10011 10000 100110111 1100011 101010

Color Harmonies of #D601AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D601AE

Black with #D601AE

Text Example


Text Example

White with #D601AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D601AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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