Html Css Color HEX #D705AF Hollywood Cerise

📋 copy color: '#D705AF'

red 215 ◦ green 5 ◦ blue 175

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

Shades of Hollywood Cerise #D705AF

Tints of Hollywood Cerise #D705AF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.27%

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

R = 54.43%
G = 1.27%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D705AF (or 0xD705AF) is known color: Hollywood Cerise. HEX triplet: D7, 05 and AF. RGB value is (215,5,175). Sum of RGB (Red+Green+Blue) = 215+5+175=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D705AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D705AF is #28FA50. Grayscale: #565656. Windows color (decimal): -2685521 or 11470295. OLE color: 11470295.

HSL color Cylindrical-coordinate representation of color #D705AF: hue angle of 311.43º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D705AF is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 5 175 -
CMYK 0 0.98 0.19 0.16
HSL 311.43º 0.95% 0.43% -
HSV(B) 311.43º 0.98% 0.84% -
XYZ 35.82 17.65 42.08 -
YUV 87.17 177.57 219.18 -
System Red Green Blue C M Y K H S L
Decimal 215 5 175 0 0.98 0.19 0.16 311.43 0.95 0.43
Hex D7 5 AF 0 62 13 10 137 5F 2B
Octal 327 5 257 0 142 23 20 467 137 53
Binary 11010111 101 10101111 0 1100010 10011 10000 100110111 1011111 101011

Color Harmonies of #D705AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D705AF

Black with #D705AF

Text Example


Text Example

White with #D705AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D705AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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