Html Css Color HEX #DF27AF Spicy Pink

📋 copy color: '#DF27AF'

red 223 ◦ green 39 ◦ blue 175

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

Shades of Spicy Pink #DF27AF

Tints of Spicy Pink #DF27AF

RGB

 RED value IS 223 (87.5% from 255) = 51.03%

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

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

R = 51.03%
G = 8.92%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF27AF (or 0xDF27AF) is known color: Spicy Pink. HEX triplet: DF, 27 and AF. RGB value is (223,39,175). Sum of RGB (Red+Green+Blue) = 223+39+175=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 39 (15.62% from 255 or 8.92% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF27AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF27AF is #20D850. Grayscale: #6D6D6D. Windows color (decimal): -2152529 or 11479007. OLE color: 11479007.

HSL color Cylindrical-coordinate representation of color #DF27AF: hue angle of 315.65º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF27AF is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 39 175 -
CMYK 0 0.83 0.22 0.13
HSL 315.65º 0.74% 0.51% -
HSV(B) 315.65º 0.83% 0.87% -
XYZ 38.89 20.23 42.41 -
YUV 109.52 164.96 208.94 -
System Red Green Blue C M Y K H S L
Decimal 223 39 175 0 0.83 0.22 0.13 315.65 0.74 0.51
Hex DF 27 AF 0 53 16 D 13C 4A 33
Octal 337 47 257 0 123 26 15 474 112 63
Binary 11011111 100111 10101111 0 1010011 10110 1101 100111100 1001010 110011

Color Harmonies of #DF27AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF27AF

Black with #DF27AF

Text Example


Text Example

White with #DF27AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF27AF; }

 p { color: rgb(223,39,175); }

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

background-color css

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

 a { background-color: rgb(223,39,175); }

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

border-color css

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

 span { border-color: rgb(223,39,175); }

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