Html Css Color HEX #DC27B9 Spicy Pink

📋 copy color: '#DC27B9'

red 220 ◦ green 39 ◦ blue 185

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

Shades of Spicy Pink #DC27B9

Tints of Spicy Pink #DC27B9

RGB

 RED value IS 220 (86.33% from 255) = 49.55%

 GREEN value IS 39 (15.63% from 255) = 8.78%

 BLUE value IS 185 (72.66% from 255) = 41.67%

R = 49.55%
G = 8.78%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC27B9 (or 0xDC27B9) is known color: Spicy Pink. HEX triplet: DC, 27 and B9. RGB value is (220,39,185). Sum of RGB (Red+Green+Blue) = 220+39+185=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 39 (15.62% from 255 or 8.78% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC27B9 is #23D846. Grayscale: #6D6D6D. Windows color (decimal): -2349127 or 12134364. OLE color: 12134364.

HSL color Cylindrical-coordinate representation of color #DC27B9: hue angle of 311.6º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC27B9 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 39 185 -
CMYK 0 0.82 0.16 0.14
HSL 311.6º 0.72% 0.51% -
HSV(B) 311.6º 0.82% 0.86% -
XYZ 39 20.17 47.74 -
YUV 109.76 170.47 206.63 -
System Red Green Blue C M Y K H S L
Decimal 220 39 185 0 0.82 0.16 0.14 311.6 0.72 0.51
Hex DC 27 B9 0 52 10 E 138 48 33
Octal 334 47 271 0 122 20 16 470 110 63
Binary 11011100 100111 10111001 0 1010010 10000 1110 100111000 1001000 110011

Color Harmonies of #DC27B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC27B9

Black with #DC27B9

Text Example


Text Example

White with #DC27B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC27B9; }

 p { color: rgb(220,39,185); }

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

background-color css

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

 a { background-color: rgb(220,39,185); }

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

border-color css

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

 span { border-color: rgb(220,39,185); }

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