Html Css Color HEX #DF0CDD Deep Magenta

📋 copy color: '#DF0CDD'

red 223 ◦ green 12 ◦ blue 221

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

Shades of Deep Magenta #DF0CDD

Tints of Deep Magenta #DF0CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.63%

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 48.9%
G = 2.63%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF0CDD (or 0xDF0CDD) is known color: Deep Magenta. HEX triplet: DF, 0C and DD. RGB value is (223,12,221). Sum of RGB (Red+Green+Blue) = 223+12+221=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 12 (5.08% from 255 or 2.63% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0CDD is #20F322. Grayscale: #626262. Windows color (decimal): -2159395 or 14486751. OLE color: 14486751.

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

Color convert

RGB 223 12 221 -
CMYK 0 0.95 0.01 0.13
HSL 300.57º 0.9% 0.46% -
HSV(B) 300.57º 0.95% 0.87% -
XYZ 43.61 21.17 70.19 -
YUV 98.92 196.9 216.51 -
System Red Green Blue C M Y K H S L
Decimal 223 12 221 0 0.95 0.01 0.13 300.57 0.9 0.46
Hex DF C DD 0 5F 1 D 12D 5A 2E
Octal 337 14 335 0 137 1 15 455 132 56
Binary 11011111 1100 11011101 0 1011111 1 1101 100101101 1011010 101110

Color Harmonies of #DF0CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0CDD

Black with #DF0CDD

Text Example


Text Example

White with #DF0CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0CDD; }

 p { color: rgb(223,12,221); }

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

background-color css

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

 a { background-color: rgb(223,12,221); }

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

border-color css

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

 span { border-color: rgb(223,12,221); }

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