Html Css Color HEX #D611AD Hollywood Cerise

📋 copy color: '#D611AD'

red 214 ◦ green 17 ◦ blue 173

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

Shades of Hollywood Cerise #D611AD

Tints of Hollywood Cerise #D611AD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.21%

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

R = 52.97%
G = 4.21%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D611AD (or 0xD611AD) is known color: Hollywood Cerise. HEX triplet: D6, 11 and AD. RGB value is (214,17,173). Sum of RGB (Red+Green+Blue) = 214+17+173=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D611AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D611AD is #29EE52. Grayscale: #5D5D5D. Windows color (decimal): -2747987 or 11342294. OLE color: 11342294.

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

Color convert

RGB 214 17 173 -
CMYK 0 0.92 0.19 0.16
HSL 312.49º 0.85% 0.45% -
HSV(B) 312.49º 0.92% 0.84% -
XYZ 35.47 17.71 41.08 -
YUV 93.69 172.77 213.82 -
System Red Green Blue C M Y K H S L
Decimal 214 17 173 0 0.92 0.19 0.16 312.49 0.85 0.45
Hex D6 11 AD 0 5C 13 10 138 55 2D
Octal 326 21 255 0 134 23 20 470 125 55
Binary 11010110 10001 10101101 0 1011100 10011 10000 100111000 1010101 101101

Color Harmonies of #D611AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D611AD

Black with #D611AD

Text Example


Text Example

White with #D611AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D611AD; }

 p { color: rgb(214,17,173); }

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

background-color css

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

 a { background-color: rgb(214,17,173); }

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

border-color css

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

 span { border-color: rgb(214,17,173); }

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