Html Css Color HEX #D61DB0 Spicy Pink

📋 copy color: '#D61DB0'

red 214 ◦ green 29 ◦ blue 176

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

Shades of Spicy Pink #D61DB0

Tints of Spicy Pink #D61DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42%

R = 51.07%
G = 6.92%
B = 42%

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

#D61DB0 (or 0xD61DB0) is known color: Spicy Pink. HEX triplet: D6, 1D and B0. RGB value is (214,29,176). Sum of RGB (Red+Green+Blue) = 214+29+176=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D61DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61DB0 is #29E24F. Grayscale: #646464. Windows color (decimal): -2744912 or 11541974. OLE color: 11541974.

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

Color convert

RGB 214 29 176 -
CMYK 0 0.86 0.18 0.16
HSL 312.32º 0.76% 0.48% -
HSV(B) 312.32º 0.86% 0.84% -
XYZ 36.01 18.31 42.71 -
YUV 101.07 170.29 208.55 -
System Red Green Blue C M Y K H S L
Decimal 214 29 176 0 0.86 0.18 0.16 312.32 0.76 0.48
Hex D6 1D B0 0 56 12 10 138 4C 30
Octal 326 35 260 0 126 22 20 470 114 60
Binary 11010110 11101 10110000 0 1010110 10010 10000 100111000 1001100 110000

Color Harmonies of #D61DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61DB0

Black with #D61DB0

Text Example


Text Example

White with #D61DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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