Html Css Color HEX #D514A7 Hollywood Cerise

📋 copy color: '#D514A7'

red 213 ◦ green 20 ◦ blue 167

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

Shades of Hollywood Cerise #D514A7

Tints of Hollywood Cerise #D514A7

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5%

 BLUE value IS 167 (65.63% from 255) = 41.75%

R = 53.25%
G = 5%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D514A7 (or 0xD514A7) is known color: Hollywood Cerise. HEX triplet: D5, 14 and A7. RGB value is (213,20,167). Sum of RGB (Red+Green+Blue) = 213+20+167=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 167 (65.62% from 255 or 41.75% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D514A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D514A7 is #2AEB58. Grayscale: #5E5E5E. Windows color (decimal): -2812761 or 10949845. OLE color: 10949845.

HSL color Cylindrical-coordinate representation of color #D514A7: hue angle of 314.3º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D514A7 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 20 167 -
CMYK 0 0.91 0.22 0.16
HSL 314.3º 0.83% 0.46% -
HSV(B) 314.3º 0.91% 0.84% -
XYZ 34.67 17.44 38.1 -
YUV 94.47 168.94 212.55 -
System Red Green Blue C M Y K H S L
Decimal 213 20 167 0 0.91 0.22 0.16 314.3 0.83 0.46
Hex D5 14 A7 0 5B 16 10 13A 53 2E
Octal 325 24 247 0 133 26 20 472 123 56
Binary 11010101 10100 10100111 0 1011011 10110 10000 100111010 1010011 101110

Color Harmonies of #D514A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D514A7

Black with #D514A7

Text Example


Text Example

White with #D514A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D514A7; }

 p { color: rgb(213,20,167); }

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

background-color css

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

 a { background-color: rgb(213,20,167); }

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

border-color css

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

 span { border-color: rgb(213,20,167); }

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