Html Css Color HEX #D61CAF Spicy Pink

📋 copy color: '#D61CAF'

red 214 ◦ green 28 ◦ blue 175

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

Shades of Spicy Pink #D61CAF

Tints of Spicy Pink #D61CAF

RGB

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

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

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

R = 51.32%
G = 6.71%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D61CAF (or 0xD61CAF) is known color: Spicy Pink. HEX triplet: D6, 1C and AF. RGB value is (214,28,175). Sum of RGB (Red+Green+Blue) = 214+28+175=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 28 (11.33% from 255 or 6.71% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61CAF is #29E350. Grayscale: #636363. Windows color (decimal): -2745169 or 11476182. OLE color: 11476182.

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

Color convert

RGB 214 28 175 -
CMYK 0 0.87 0.18 0.16
HSL 312.58º 0.77% 0.47% -
HSV(B) 312.58º 0.87% 0.84% -
XYZ 35.88 18.22 42.18 -
YUV 100.37 170.12 209.05 -
System Red Green Blue C M Y K H S L
Decimal 214 28 175 0 0.87 0.18 0.16 312.58 0.77 0.47
Hex D6 1C AF 0 57 12 10 139 4D 2F
Octal 326 34 257 0 127 22 20 471 115 57
Binary 11010110 11100 10101111 0 1010111 10010 10000 100111001 1001101 101111

Color Harmonies of #D61CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CAF

Black with #D61CAF

Text Example


Text Example

White with #D61CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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