Html Css Color HEX #D712A3 Hollywood Cerise

📋 copy color: '#D712A3'

red 215 ◦ green 18 ◦ blue 163

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

Shades of Hollywood Cerise #D712A3

Tints of Hollywood Cerise #D712A3

RGB

 RED value IS 215 (84.38% from 255) = 54.29%

 GREEN value IS 18 (7.42% from 255) = 4.55%

 BLUE value IS 163 (64.06% from 255) = 41.16%

R = 54.29%
G = 4.55%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D712A3 (or 0xD712A3) is known color: Hollywood Cerise. HEX triplet: D7, 12 and A3. RGB value is (215,18,163). Sum of RGB (Red+Green+Blue) = 215+18+163=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 163 (64.06% from 255 or 41.16% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D712A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D712A3 is #28ED5C. Grayscale: #5D5D5D. Windows color (decimal): -2682205 or 10687191. OLE color: 10687191.

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

Color convert

RGB 215 18 163 -
CMYK 0 0.92 0.24 0.16
HSL 315.84º 0.85% 0.46% -
HSV(B) 315.84º 0.92% 0.84% -
XYZ 34.85 17.52 36.2 -
YUV 93.43 167.27 214.71 -
System Red Green Blue C M Y K H S L
Decimal 215 18 163 0 0.92 0.24 0.16 315.84 0.85 0.46
Hex D7 12 A3 0 5C 18 10 13C 55 2E
Octal 327 22 243 0 134 30 20 474 125 56
Binary 11010111 10010 10100011 0 1011100 11000 10000 100111100 1010101 101110

Color Harmonies of #D712A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D712A3

Black with #D712A3

Text Example


Text Example

White with #D712A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D712A3; }

 p { color: rgb(215,18,163); }

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

background-color css

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

 a { background-color: rgb(215,18,163); }

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

border-color css

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

 span { border-color: rgb(215,18,163); }

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