Html Css Color HEX #D700AF Hollywood Cerise

📋 copy color: '#D700AF'

red 215 ◦ green 0 ◦ blue 175

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

Shades of Hollywood Cerise #D700AF

Tints of Hollywood Cerise #D700AF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.13%
G = 0%
B = 44.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D700AF (or 0xD700AF) is known color: Hollywood Cerise. HEX triplet: D7, 00 and AF. RGB value is (215,0,175). Sum of RGB (Red+Green+Blue) = 215+0+175=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D700AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D700AF is #28FF50. Grayscale: #535353. Windows color (decimal): -2686801 or 11469015. OLE color: 11469015.

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

Color convert

RGB 215 0 175 -
CMYK 0 1 0.19 0.16
HSL 311.16º 1% 0.42% -
HSV(B) 311.16º 1% 0.84% -
XYZ 35.76 17.54 42.06 -
YUV 84.24 179.23 221.27 -
System Red Green Blue C M Y K H S L
Decimal 215 0 175 0 1 0.19 0.16 311.16 1 0.42
Hex D7 0 AF 0 64 13 10 137 64 2A
Octal 327 0 257 0 144 23 20 467 144 52
Binary 11010111 0 10101111 0 1100100 10011 10000 100110111 1100100 101010

Color Harmonies of #D700AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D700AF

Black with #D700AF

Text Example


Text Example

White with #D700AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D700AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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