Html Css Color HEX #D701AF Hollywood Cerise

📋 copy color: '#D701AF'

red 215 ◦ green 1 ◦ blue 175

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

Shades of Hollywood Cerise #D701AF

Tints of Hollywood Cerise #D701AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.76%

R = 54.99%
G = 0.26%
B = 44.76%

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

#D701AF (or 0xD701AF) is known color: Hollywood Cerise. HEX triplet: D7, 01 and AF. RGB value is (215,1,175). Sum of RGB (Red+Green+Blue) = 215+1+175=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D701AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D701AF is #28FE50. Grayscale: #545454. Windows color (decimal): -2686545 or 11469271. OLE color: 11469271.

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

Color convert

RGB 215 1 175 -
CMYK 0 1.00 0.19 0.16
HSL 311.22º 0.99% 0.42% -
HSV(B) 311.22º 1% 0.84% -
XYZ 35.77 17.56 42.06 -
YUV 84.82 178.9 220.85 -
System Red Green Blue C M Y K H S L
Decimal 215 1 175 0 1.00 0.19 0.16 311.22 0.99 0.42
Hex D7 1 AF 0 64 13 10 137 63 2A
Octal 327 1 257 0 144 23 20 467 143 52
Binary 11010111 1 10101111 0 1100100 10011 10000 100110111 1100011 101010

Color Harmonies of #D701AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D701AF

Black with #D701AF

Text Example


Text Example

White with #D701AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D701AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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