Html Css Color HEX #D61CAC Spicy Pink

📋 copy color: '#D61CAC'

red 214 ◦ green 28 ◦ blue 172

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

Shades of Spicy Pink #D61CAC

Tints of Spicy Pink #D61CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.76%

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

R = 51.69%
G = 6.76%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D61CAC (or 0xD61CAC) is known color: Spicy Pink. HEX triplet: D6, 1C and AC. RGB value is (214,28,172). Sum of RGB (Red+Green+Blue) = 214+28+172=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61CAC is #29E353. Grayscale: #636363. Windows color (decimal): -2745172 or 11279574. OLE color: 11279574.

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

Color convert

RGB 214 28 172 -
CMYK 0 0.87 0.20 0.16
HSL 313.55º 0.77% 0.47% -
HSV(B) 313.55º 0.87% 0.84% -
XYZ 35.59 18.11 40.65 -
YUV 100.03 168.62 209.29 -
System Red Green Blue C M Y K H S L
Decimal 214 28 172 0 0.87 0.20 0.16 313.55 0.77 0.47
Hex D6 1C AC 0 57 14 10 13A 4D 2F
Octal 326 34 254 0 127 24 20 472 115 57
Binary 11010110 11100 10101100 0 1010111 10100 10000 100111010 1001101 101111

Color Harmonies of #D61CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CAC

Black with #D61CAC

Text Example


Text Example

White with #D61CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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