Html Css Color HEX #D702AF Hollywood Cerise

📋 copy color: '#D702AF'

red 215 ◦ green 2 ◦ blue 175

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

Shades of Hollywood Cerise #D702AF

Tints of Hollywood Cerise #D702AF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

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

R = 54.85%
G = 0.51%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D702AF (or 0xD702AF) is known color: Hollywood Cerise. HEX triplet: D7, 02 and AF. RGB value is (215,2,175). Sum of RGB (Red+Green+Blue) = 215+2+175=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D702AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D702AF is #28FD50. Grayscale: #545454. Windows color (decimal): -2686289 or 11469527. OLE color: 11469527.

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

Color convert

RGB 215 2 175 -
CMYK 0 0.99 0.19 0.16
HSL 311.27º 0.98% 0.43% -
HSV(B) 311.27º 0.99% 0.84% -
XYZ 35.78 17.59 42.07 -
YUV 85.41 178.57 220.43 -
System Red Green Blue C M Y K H S L
Decimal 215 2 175 0 0.99 0.19 0.16 311.27 0.98 0.43
Hex D7 2 AF 0 63 13 10 137 62 2B
Octal 327 2 257 0 143 23 20 467 142 53
Binary 11010111 10 10101111 0 1100011 10011 10000 100110111 1100010 101011

Color Harmonies of #D702AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D702AF

Black with #D702AF

Text Example


Text Example

White with #D702AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D702AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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