Html Css Color HEX #D610AC Hollywood Cerise

📋 copy color: '#D610AC'

red 214 ◦ green 16 ◦ blue 172

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

Shades of Hollywood Cerise #D610AC

Tints of Hollywood Cerise #D610AC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.98%

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

R = 53.23%
G = 3.98%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D610AC (or 0xD610AC) is known color: Hollywood Cerise. HEX triplet: D6, 10 and AC. RGB value is (214,16,172). Sum of RGB (Red+Green+Blue) = 214+16+172=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D610AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D610AC is #29EF53. Grayscale: #5C5C5C. Windows color (decimal): -2748244 or 11276502. OLE color: 11276502.

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

Color convert

RGB 214 16 172 -
CMYK 0 0.93 0.20 0.16
HSL 312.73º 0.86% 0.45% -
HSV(B) 312.73º 0.93% 0.84% -
XYZ 35.36 17.65 40.57 -
YUV 92.99 172.6 214.32 -
System Red Green Blue C M Y K H S L
Decimal 214 16 172 0 0.93 0.20 0.16 312.73 0.86 0.45
Hex D6 10 AC 0 5D 14 10 139 56 2D
Octal 326 20 254 0 135 24 20 471 126 55
Binary 11010110 10000 10101100 0 1011101 10100 10000 100111001 1010110 101101

Color Harmonies of #D610AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D610AC

Black with #D610AC

Text Example


Text Example

White with #D610AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D610AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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