Html Css Color HEX #DF06C2 Deep Magenta

📋 copy color: '#DF06C2'

red 223 ◦ green 6 ◦ blue 194

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

Shades of Deep Magenta #DF06C2

Tints of Deep Magenta #DF06C2

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.42%

 BLUE value IS 194 (76.17% from 255) = 45.86%

R = 52.72%
G = 1.42%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF06C2 (or 0xDF06C2) is known color: Deep Magenta. HEX triplet: DF, 06 and C2. RGB value is (223,6,194). Sum of RGB (Red+Green+Blue) = 223+6+194=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF06C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF06C2 is #20F93D. Grayscale: #5B5B5B. Windows color (decimal): -2160958 or 12715743. OLE color: 12715743.

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

Color convert

RGB 223 6 194 -
CMYK 0 0.97 0.13 0.13
HSL 308.02º 0.95% 0.45% -
HSV(B) 308.02º 0.97% 0.87% -
XYZ 40.23 19.71 52.72 -
YUV 92.32 185.39 221.21 -
System Red Green Blue C M Y K H S L
Decimal 223 6 194 0 0.97 0.13 0.13 308.02 0.95 0.45
Hex DF 6 C2 0 61 D D 134 5F 2D
Octal 337 6 302 0 141 15 15 464 137 55
Binary 11011111 110 11000010 0 1100001 1101 1101 100110100 1011111 101101

Color Harmonies of #DF06C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF06C2

Black with #DF06C2

Text Example


Text Example

White with #DF06C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF06C2; }

 p { color: rgb(223,6,194); }

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

background-color css

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

 a { background-color: rgb(223,6,194); }

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

border-color css

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

 span { border-color: rgb(223,6,194); }

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