Html Css Color HEX #D607AC Hollywood Cerise

📋 copy color: '#D607AC'

red 214 ◦ green 7 ◦ blue 172

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

Shades of Hollywood Cerise #D607AC

Tints of Hollywood Cerise #D607AC

RGB

 RED value IS 214 (83.98% from 255) = 54.45%

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

 BLUE value IS 172 (67.58% from 255) = 43.77%

R = 54.45%
G = 1.78%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D607AC (or 0xD607AC) is known color: Hollywood Cerise. HEX triplet: D6, 07 and AC. RGB value is (214,7,172). Sum of RGB (Red+Green+Blue) = 214+7+172=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D607AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D607AC is #29F853. Grayscale: #575757. Windows color (decimal): -2750548 or 11274198. OLE color: 11274198.

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

Color convert

RGB 214 7 172 -
CMYK 0 0.97 0.20 0.16
HSL 312.17º 0.94% 0.43% -
HSV(B) 312.17º 0.97% 0.84% -
XYZ 35.25 17.43 40.54 -
YUV 87.7 175.58 218.08 -
System Red Green Blue C M Y K H S L
Decimal 214 7 172 0 0.97 0.20 0.16 312.17 0.94 0.43
Hex D6 7 AC 0 61 14 10 138 5E 2B
Octal 326 7 254 0 141 24 20 470 136 53
Binary 11010110 111 10101100 0 1100001 10100 10000 100111000 1011110 101011

Color Harmonies of #D607AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D607AC

Black with #D607AC

Text Example


Text Example

White with #D607AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D607AC; }

 p { color: rgb(214,7,172); }

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

background-color css

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

 a { background-color: rgb(214,7,172); }

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

border-color css

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

 span { border-color: rgb(214,7,172); }

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