Html Css Color HEX #D61DAD Spicy Pink

📋 copy color: '#D61DAD'

red 214 ◦ green 29 ◦ blue 173

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

Shades of Spicy Pink #D61DAD

Tints of Spicy Pink #D61DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.59%

R = 51.44%
G = 6.97%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D61DAD (or 0xD61DAD) is known color: Spicy Pink. HEX triplet: D6, 1D and AD. RGB value is (214,29,173). Sum of RGB (Red+Green+Blue) = 214+29+173=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D61DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61DAD is #29E252. Grayscale: #646464. Windows color (decimal): -2744915 or 11345366. OLE color: 11345366.

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

Color convert

RGB 214 29 173 -
CMYK 0 0.86 0.19 0.16
HSL 313.3º 0.76% 0.48% -
HSV(B) 313.3º 0.86% 0.84% -
XYZ 35.71 18.19 41.16 -
YUV 100.73 168.79 208.79 -
System Red Green Blue C M Y K H S L
Decimal 214 29 173 0 0.86 0.19 0.16 313.3 0.76 0.48
Hex D6 1D AD 0 56 13 10 139 4C 30
Octal 326 35 255 0 126 23 20 471 114 60
Binary 11010110 11101 10101101 0 1010110 10011 10000 100111001 1001100 110000

Color Harmonies of #D61DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61DAD

Black with #D61DAD

Text Example


Text Example

White with #D61DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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