Html Css Color HEX #D61DAB Spicy Pink

📋 copy color: '#D61DAB'

red 214 ◦ green 29 ◦ blue 171

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

Shades of Spicy Pink #D61DAB

Tints of Spicy Pink #D61DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7%

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

R = 51.69%
G = 7%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D61DAB (or 0xD61DAB) is known color: Spicy Pink. HEX triplet: D6, 1D and AB. RGB value is (214,29,171). Sum of RGB (Red+Green+Blue) = 214+29+171=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 29 (11.72% from 255 or 7.00% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D61DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61DAB is #29E254. Grayscale: #646464. Windows color (decimal): -2744917 or 11214294. OLE color: 11214294.

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

Color convert

RGB 214 29 171 -
CMYK 0 0.86 0.20 0.16
HSL 313.95º 0.76% 0.48% -
HSV(B) 313.95º 0.86% 0.84% -
XYZ 35.52 18.12 40.15 -
YUV 100.5 167.79 208.95 -
System Red Green Blue C M Y K H S L
Decimal 214 29 171 0 0.86 0.20 0.16 313.95 0.76 0.48
Hex D6 1D AB 0 56 14 10 13A 4C 30
Octal 326 35 253 0 126 24 20 472 114 60
Binary 11010110 11101 10101011 0 1010110 10100 10000 100111010 1001100 110000

Color Harmonies of #D61DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61DAB

Black with #D61DAB

Text Example


Text Example

White with #D61DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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