Html Css Color HEX #D61AAF Spicy Pink

📋 copy color: '#D61AAF'

red 214 ◦ green 26 ◦ blue 175

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

Shades of Spicy Pink #D61AAF

Tints of Spicy Pink #D61AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.17%

R = 51.57%
G = 6.27%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D61AAF (or 0xD61AAF) is known color: Spicy Pink. HEX triplet: D6, 1A and AF. RGB value is (214,26,175). Sum of RGB (Red+Green+Blue) = 214+26+175=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 26 (10.55% from 255 or 6.27% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D61AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61AAF is #29E550. Grayscale: #626262. Windows color (decimal): -2745681 or 11475670. OLE color: 11475670.

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

Color convert

RGB 214 26 175 -
CMYK 0 0.88 0.18 0.16
HSL 312.45º 0.78% 0.47% -
HSV(B) 312.45º 0.88% 0.84% -
XYZ 35.84 18.13 42.17 -
YUV 99.2 170.78 209.88 -
System Red Green Blue C M Y K H S L
Decimal 214 26 175 0 0.88 0.18 0.16 312.45 0.78 0.47
Hex D6 1A AF 0 58 12 10 138 4E 2F
Octal 326 32 257 0 130 22 20 470 116 57
Binary 11010110 11010 10101111 0 1011000 10010 10000 100111000 1001110 101111

Color Harmonies of #D61AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61AAF

Black with #D61AAF

Text Example


Text Example

White with #D61AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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