Html Css Color HEX #D61AAC Hollywood Cerise

📋 copy color: '#D61AAC'

red 214 ◦ green 26 ◦ blue 172

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

Shades of Hollywood Cerise #D61AAC

Tints of Hollywood Cerise #D61AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.31%

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

R = 51.94%
G = 6.31%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D61AAC (or 0xD61AAC) is known color: Hollywood Cerise. HEX triplet: D6, 1A and AC. RGB value is (214,26,172). Sum of RGB (Red+Green+Blue) = 214+26+172=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D61AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61AAC is #29E553. Grayscale: #626262. Windows color (decimal): -2745684 or 11279062. OLE color: 11279062.

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

Color convert

RGB 214 26 172 -
CMYK 0 0.88 0.20 0.16
HSL 313.4º 0.78% 0.47% -
HSV(B) 313.4º 0.88% 0.84% -
XYZ 35.55 18.01 40.63 -
YUV 98.86 169.28 210.13 -
System Red Green Blue C M Y K H S L
Decimal 214 26 172 0 0.88 0.20 0.16 313.4 0.78 0.47
Hex D6 1A AC 0 58 14 10 139 4E 2F
Octal 326 32 254 0 130 24 20 471 116 57
Binary 11010110 11010 10101100 0 1011000 10100 10000 100111001 1001110 101111

Color Harmonies of #D61AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61AAC

Black with #D61AAC

Text Example


Text Example

White with #D61AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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