Html Css Color HEX #D61AAA Hollywood Cerise

📋 copy color: '#D61AAA'

red 214 ◦ green 26 ◦ blue 170

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

Shades of Hollywood Cerise #D61AAA

Tints of Hollywood Cerise #D61AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.46%

R = 52.2%
G = 6.34%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D61AAA (or 0xD61AAA) is known color: Hollywood Cerise. HEX triplet: D6, 1A and AA. RGB value is (214,26,170). Sum of RGB (Red+Green+Blue) = 214+26+170=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D61AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61AAA is #29E555. Grayscale: #626262. Windows color (decimal): -2745686 or 11147990. OLE color: 11147990.

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

Color convert

RGB 214 26 170 -
CMYK 0 0.88 0.21 0.16
HSL 314.04º 0.78% 0.47% -
HSV(B) 314.04º 0.88% 0.84% -
XYZ 35.36 17.94 39.63 -
YUV 98.63 168.28 210.29 -
System Red Green Blue C M Y K H S L
Decimal 214 26 170 0 0.88 0.21 0.16 314.04 0.78 0.47
Hex D6 1A AA 0 58 15 10 13A 4E 2F
Octal 326 32 252 0 130 25 20 472 116 57
Binary 11010110 11010 10101010 0 1011000 10101 10000 100111010 1001110 101111

Color Harmonies of #D61AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61AAA

Black with #D61AAA

Text Example


Text Example

White with #D61AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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