Html Css Color HEX #D707A1 Hollywood Cerise

📋 copy color: '#D707A1'

red 215 ◦ green 7 ◦ blue 161

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

Shades of Hollywood Cerise #D707A1

Tints of Hollywood Cerise #D707A1

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.83%

 BLUE value IS 161 (63.28% from 255) = 42.04%

R = 56.14%
G = 1.83%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D707A1 (or 0xD707A1) is known color: Hollywood Cerise. HEX triplet: D7, 07 and A1. RGB value is (215,7,161). Sum of RGB (Red+Green+Blue) = 215+7+161=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D707A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D707A1 is #28F85E. Grayscale: #565656. Windows color (decimal): -2685023 or 10553303. OLE color: 10553303.

HSL color Cylindrical-coordinate representation of color #D707A1: hue angle of 315.58º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D707A1 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 7 161 -
CMYK 0 0.97 0.25 0.16
HSL 315.58º 0.94% 0.44% -
HSV(B) 315.58º 0.97% 0.84% -
XYZ 34.53 17.17 35.21 -
YUV 86.75 169.91 219.48 -
System Red Green Blue C M Y K H S L
Decimal 215 7 161 0 0.97 0.25 0.16 315.58 0.94 0.44
Hex D7 7 A1 0 61 19 10 13C 5E 2C
Octal 327 7 241 0 141 31 20 474 136 54
Binary 11010111 111 10100001 0 1100001 11001 10000 100111100 1011110 101100

Color Harmonies of #D707A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D707A1

Black with #D707A1

Text Example


Text Example

White with #D707A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D707A1; }

 p { color: rgb(215,7,161); }

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

background-color css

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

 a { background-color: rgb(215,7,161); }

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

border-color css

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

 span { border-color: rgb(215,7,161); }

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