Html Css Color HEX #D510AC Hollywood Cerise

📋 copy color: '#D510AC'

red 213 ◦ green 16 ◦ blue 172

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

Shades of Hollywood Cerise #D510AC

Tints of Hollywood Cerise #D510AC

RGB

 RED value IS 213 (83.59% from 255) = 53.12%

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

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

R = 53.12%
G = 3.99%
B = 42.89%

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

#D510AC (or 0xD510AC) is known color: Hollywood Cerise. HEX triplet: D5, 10 and AC. RGB value is (213,16,172). Sum of RGB (Red+Green+Blue) = 213+16+172=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D510AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D510AC is #2AEF53. Grayscale: #5C5C5C. Windows color (decimal): -2813780 or 11276501. OLE color: 11276501.

HSL color Cylindrical-coordinate representation of color #D510AC: hue angle of 312.49º degrees, saturation: 0.86, 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 #D510AC is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 16 172 -
CMYK 0 0.92 0.19 0.16
HSL 312.49º 0.86% 0.45% -
HSV(B) 312.49º 0.92% 0.84% -
XYZ 35.07 17.5 40.56 -
YUV 92.69 172.77 213.82 -
System Red Green Blue C M Y K H S L
Decimal 213 16 172 0 0.92 0.19 0.16 312.49 0.86 0.45
Hex D5 10 AC 0 5C 13 10 138 56 2D
Octal 325 20 254 0 134 23 20 470 126 55
Binary 11010101 10000 10101100 0 1011100 10011 10000 100111000 1010110 101101

Color Harmonies of #D510AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D510AC

Black with #D510AC

Text Example


Text Example

White with #D510AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D510AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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