Html Css Color HEX #D703AF Hollywood Cerise

📋 copy color: '#D703AF'

red 215 ◦ green 3 ◦ blue 175

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

Shades of Hollywood Cerise #D703AF

Tints of Hollywood Cerise #D703AF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

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

R = 54.71%
G = 0.76%
B = 44.53%

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

#D703AF (or 0xD703AF) is known color: Hollywood Cerise. HEX triplet: D7, 03 and AF. RGB value is (215,3,175). Sum of RGB (Red+Green+Blue) = 215+3+175=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D703AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D703AF is #28FC50. Grayscale: #555555. Windows color (decimal): -2686033 or 11469783. OLE color: 11469783.

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

Color convert

RGB 215 3 175 -
CMYK 0 0.99 0.19 0.16
HSL 311.32º 0.97% 0.43% -
HSV(B) 311.32º 0.99% 0.84% -
XYZ 35.79 17.61 42.07 -
YUV 86 178.24 220.01 -
System Red Green Blue C M Y K H S L
Decimal 215 3 175 0 0.99 0.19 0.16 311.32 0.97 0.43
Hex D7 3 AF 0 63 13 10 137 61 2B
Octal 327 3 257 0 143 23 20 467 141 53
Binary 11010111 11 10101111 0 1100011 10011 10000 100110111 1100001 101011

Color Harmonies of #D703AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D703AF

Black with #D703AF

Text Example


Text Example

White with #D703AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D703AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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