Html Css Color HEX #D700AD Hollywood Cerise

📋 copy color: '#D700AD'

red 215 ◦ green 0 ◦ blue 173

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

Shades of Hollywood Cerise #D700AD

Tints of Hollywood Cerise #D700AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.59%

R = 55.41%
G = 0%
B = 44.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D700AD (or 0xD700AD) is known color: Hollywood Cerise. HEX triplet: D7, 00 and AD. RGB value is (215,0,173). Sum of RGB (Red+Green+Blue) = 215+0+173=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D700AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D700AD is #28FF52. Grayscale: #535353. Windows color (decimal): -2686803 or 11337943. OLE color: 11337943.

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

Color convert

RGB 215 0 173 -
CMYK 0 1 0.20 0.16
HSL 311.72º 1% 0.42% -
HSV(B) 311.72º 1% 0.84% -
XYZ 35.57 17.46 41.03 -
YUV 84.01 178.23 221.43 -
System Red Green Blue C M Y K H S L
Decimal 215 0 173 0 1 0.20 0.16 311.72 1 0.42
Hex D7 0 AD 0 64 14 10 138 64 2A
Octal 327 0 255 0 144 24 20 470 144 52
Binary 11010111 0 10101101 0 1100100 10100 10000 100111000 1100100 101010

Color Harmonies of #D700AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D700AD

Black with #D700AD

Text Example


Text Example

White with #D700AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D700AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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