Html Css Color HEX #DF08BB Deep Magenta

📋 copy color: '#DF08BB'

red 223 ◦ green 8 ◦ blue 187

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

Shades of Deep Magenta #DF08BB

Tints of Deep Magenta #DF08BB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.91%

 BLUE value IS 187 (73.44% from 255) = 44.74%

R = 53.35%
G = 1.91%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF08BB (or 0xDF08BB) is known color: Deep Magenta. HEX triplet: DF, 08 and BB. RGB value is (223,8,187). Sum of RGB (Red+Green+Blue) = 223+8+187=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 8 (3.52% from 255 or 1.91% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF08BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF08BB is #20F744. Grayscale: #5C5C5C. Windows color (decimal): -2160453 or 12257503. OLE color: 12257503.

HSL color Cylindrical-coordinate representation of color #DF08BB: hue angle of 310.05º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF08BB is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 8 187 -
CMYK 0 0.96 0.16 0.13
HSL 310.05º 0.93% 0.45% -
HSV(B) 310.05º 0.96% 0.87% -
XYZ 39.49 19.45 48.69 -
YUV 92.69 181.23 220.95 -
System Red Green Blue C M Y K H S L
Decimal 223 8 187 0 0.96 0.16 0.13 310.05 0.93 0.45
Hex DF 8 BB 0 60 10 D 136 5D 2D
Octal 337 10 273 0 140 20 15 466 135 55
Binary 11011111 1000 10111011 0 1100000 10000 1101 100110110 1011101 101101

Color Harmonies of #DF08BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF08BB

Black with #DF08BB

Text Example


Text Example

White with #DF08BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF08BB; }

 p { color: rgb(223,8,187); }

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

background-color css

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

 a { background-color: rgb(223,8,187); }

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

border-color css

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

 span { border-color: rgb(223,8,187); }

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