Html Css Color HEX #D61CAB Spicy Pink

📋 copy color: '#D61CAB'

red 214 ◦ green 28 ◦ blue 171

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

Shades of Spicy Pink #D61CAB

Tints of Spicy Pink #D61CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.4%

R = 51.82%
G = 6.78%
B = 41.4%

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

#D61CAB (or 0xD61CAB) is known color: Spicy Pink. HEX triplet: D6, 1C and AB. RGB value is (214,28,171). Sum of RGB (Red+Green+Blue) = 214+28+171=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61CAB is #29E354. Grayscale: #636363. Windows color (decimal): -2745173 or 11214038. OLE color: 11214038.

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

Color convert

RGB 214 28 171 -
CMYK 0 0.87 0.20 0.16
HSL 313.87º 0.77% 0.47% -
HSV(B) 313.87º 0.87% 0.84% -
XYZ 35.5 18.07 40.14 -
YUV 99.92 168.12 209.37 -
System Red Green Blue C M Y K H S L
Decimal 214 28 171 0 0.87 0.20 0.16 313.87 0.77 0.47
Hex D6 1C AB 0 57 14 10 13A 4D 2F
Octal 326 34 253 0 127 24 20 472 115 57
Binary 11010110 11100 10101011 0 1010111 10100 10000 100111010 1001101 101111

Color Harmonies of #D61CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CAB

Black with #D61CAB

Text Example


Text Example

White with #D61CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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