Html Css Color HEX #D702A6 Hollywood Cerise

📋 copy color: '#D702A6'

red 215 ◦ green 2 ◦ blue 166

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

Shades of Hollywood Cerise #D702A6

Tints of Hollywood Cerise #D702A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.34%

R = 56.14%
G = 0.52%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D702A6 (or 0xD702A6) is known color: Hollywood Cerise. HEX triplet: D7, 02 and A6. RGB value is (215,2,166). Sum of RGB (Red+Green+Blue) = 215+2+166=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 166 (65.23% from 255 or 43.34% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D702A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D702A6 is #28FD59. Grayscale: #535353. Windows color (decimal): -2686298 or 10879703. OLE color: 10879703.

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

Color convert

RGB 215 2 166 -
CMYK 0 0.99 0.23 0.16
HSL 313.8º 0.98% 0.43% -
HSV(B) 313.8º 0.99% 0.84% -
XYZ 34.93 17.24 37.56 -
YUV 84.38 174.07 221.16 -
System Red Green Blue C M Y K H S L
Decimal 215 2 166 0 0.99 0.23 0.16 313.8 0.98 0.43
Hex D7 2 A6 0 63 17 10 13A 62 2B
Octal 327 2 246 0 143 27 20 472 142 53
Binary 11010111 10 10100110 0 1100011 10111 10000 100111010 1100010 101011

Color Harmonies of #D702A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D702A6

Black with #D702A6

Text Example


Text Example

White with #D702A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D702A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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