Html Css Color HEX #D701A1 Hollywood Cerise

📋 copy color: '#D701A1'

red 215 ◦ green 1 ◦ blue 161

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

Shades of Hollywood Cerise #D701A1

Tints of Hollywood Cerise #D701A1

RGB

 RED value IS 215 (84.38% from 255) = 57.03%

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

 BLUE value IS 161 (63.28% from 255) = 42.71%

R = 57.03%
G = 0.27%
B = 42.71%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D701A1 (or 0xD701A1) is known color: Hollywood Cerise. HEX triplet: D7, 01 and A1. RGB value is (215,1,161). Sum of RGB (Red+Green+Blue) = 215+1+161=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D701A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D701A1 is #28FE5E. Grayscale: #525252. Windows color (decimal): -2686559 or 10551767. OLE color: 10551767.

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

Color convert

RGB 215 1 161 -
CMYK 0 1.00 0.25 0.16
HSL 315.14º 0.99% 0.42% -
HSV(B) 315.14º 1% 0.84% -
XYZ 34.47 17.04 35.19 -
YUV 83.23 171.9 221.99 -
System Red Green Blue C M Y K H S L
Decimal 215 1 161 0 1.00 0.25 0.16 315.14 0.99 0.42
Hex D7 1 A1 0 64 19 10 13B 63 2A
Octal 327 1 241 0 144 31 20 473 143 52
Binary 11010111 1 10100001 0 1100100 11001 10000 100111011 1100011 101010

Color Harmonies of #D701A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D701A1

Black with #D701A1

Text Example


Text Example

White with #D701A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D701A1; }

 p { color: rgb(215,1,161); }

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

background-color css

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

 a { background-color: rgb(215,1,161); }

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

border-color css

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

 span { border-color: rgb(215,1,161); }

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