Html Css Color HEX #D61FB2 Spicy Pink

📋 copy color: '#D61FB2'

red 214 ◦ green 31 ◦ blue 178

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

Shades of Spicy Pink #D61FB2

Tints of Spicy Pink #D61FB2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.33%

 BLUE value IS 178 (69.92% from 255) = 42.08%

R = 50.59%
G = 7.33%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D61FB2 (or 0xD61FB2) is known color: Spicy Pink. HEX triplet: D6, 1F and B2. RGB value is (214,31,178). Sum of RGB (Red+Green+Blue) = 214+31+178=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D61FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61FB2 is #29E04D. Grayscale: #666666. Windows color (decimal): -2744398 or 11673558. OLE color: 11673558.

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

Color convert

RGB 214 31 178 -
CMYK 0 0.86 0.17 0.16
HSL 311.8º 0.75% 0.48% -
HSV(B) 311.8º 0.86% 0.84% -
XYZ 36.26 18.49 43.78 -
YUV 102.48 170.63 207.55 -
System Red Green Blue C M Y K H S L
Decimal 214 31 178 0 0.86 0.17 0.16 311.8 0.75 0.48
Hex D6 1F B2 0 56 11 10 138 4B 30
Octal 326 37 262 0 126 21 20 470 113 60
Binary 11010110 11111 10110010 0 1010110 10001 10000 100111000 1001011 110000

Color Harmonies of #D61FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61FB2

Black with #D61FB2

Text Example


Text Example

White with #D61FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61FB2; }

 p { color: rgb(214,31,178); }

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

background-color css

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

 a { background-color: rgb(214,31,178); }

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

border-color css

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

 span { border-color: rgb(214,31,178); }

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