Html Css Color HEX #D510AB Hollywood Cerise

📋 copy color: '#D510AB'

red 213 ◦ green 16 ◦ blue 171

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

Shades of Hollywood Cerise #D510AB

Tints of Hollywood Cerise #D510AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.75%

R = 53.25%
G = 4%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D510AB (or 0xD510AB) is known color: Hollywood Cerise. HEX triplet: D5, 10 and AB. RGB value is (213,16,171). Sum of RGB (Red+Green+Blue) = 213+16+171=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D510AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D510AB is #2AEF54. Grayscale: #5C5C5C. Windows color (decimal): -2813781 or 11210965. OLE color: 11210965.

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

Color convert

RGB 213 16 171 -
CMYK 0 0.92 0.20 0.16
HSL 312.79º 0.86% 0.45% -
HSV(B) 312.79º 0.92% 0.84% -
XYZ 34.98 17.46 40.05 -
YUV 92.57 172.27 213.9 -
System Red Green Blue C M Y K H S L
Decimal 213 16 171 0 0.92 0.20 0.16 312.79 0.86 0.45
Hex D5 10 AB 0 5C 14 10 139 56 2D
Octal 325 20 253 0 134 24 20 471 126 55
Binary 11010101 10000 10101011 0 1011100 10100 10000 100111001 1010110 101101

Color Harmonies of #D510AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D510AB

Black with #D510AB

Text Example


Text Example

White with #D510AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D510AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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