Html Css Color HEX #D61DAF Spicy Pink

📋 copy color: '#D61DAF'

red 214 ◦ green 29 ◦ blue 175

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

Shades of Spicy Pink #D61DAF

Tints of Spicy Pink #D61DAF

RGB

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

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

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

R = 51.2%
G = 6.94%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D61DAF (or 0xD61DAF) is known color: Spicy Pink. HEX triplet: D6, 1D and AF. RGB value is (214,29,175). Sum of RGB (Red+Green+Blue) = 214+29+175=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D61DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61DAF is #29E250. Grayscale: #646464. Windows color (decimal): -2744913 or 11476438. OLE color: 11476438.

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

Color convert

RGB 214 29 175 -
CMYK 0 0.86 0.18 0.16
HSL 312.65º 0.76% 0.48% -
HSV(B) 312.65º 0.86% 0.84% -
XYZ 35.91 18.27 42.19 -
YUV 100.96 169.79 208.63 -
System Red Green Blue C M Y K H S L
Decimal 214 29 175 0 0.86 0.18 0.16 312.65 0.76 0.48
Hex D6 1D AF 0 56 12 10 139 4C 30
Octal 326 35 257 0 126 22 20 471 114 60
Binary 11010110 11101 10101111 0 1010110 10010 10000 100111001 1001100 110000

Color Harmonies of #D61DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61DAF

Black with #D61DAF

Text Example


Text Example

White with #D61DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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