Html Css Color HEX #DF06CD Deep Magenta

📋 copy color: '#DF06CD'

red 223 ◦ green 6 ◦ blue 205

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

Shades of Deep Magenta #DF06CD

Tints of Deep Magenta #DF06CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 51.38%
G = 1.38%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF06CD (or 0xDF06CD) is known color: Deep Magenta. HEX triplet: DF, 06 and CD. RGB value is (223,6,205). Sum of RGB (Red+Green+Blue) = 223+6+205=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 6 (2.73% from 255 or 1.38% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF06CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF06CD is #20F932. Grayscale: #5C5C5C. Windows color (decimal): -2160947 or 13436639. OLE color: 13436639.

HSL color Cylindrical-coordinate representation of color #DF06CD: hue angle of 304.98º 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 #DF06CD is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 6 205 -
CMYK 0 0.97 0.08 0.13
HSL 304.98º 0.95% 0.45% -
HSV(B) 304.98º 0.97% 0.87% -
XYZ 41.52 20.23 59.47 -
YUV 93.57 190.89 220.32 -
System Red Green Blue C M Y K H S L
Decimal 223 6 205 0 0.97 0.08 0.13 304.98 0.95 0.45
Hex DF 6 CD 0 61 8 D 131 5F 2D
Octal 337 6 315 0 141 10 15 461 137 55
Binary 11011111 110 11001101 0 1100001 1000 1101 100110001 1011111 101101

Color Harmonies of #DF06CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF06CD

Black with #DF06CD

Text Example


Text Example

White with #DF06CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF06CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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