Html Css Color HEX #DF1CCE Deep Magenta

📋 copy color: '#DF1CCE'

red 223 ◦ green 28 ◦ blue 206

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

Shades of Deep Magenta #DF1CCE

Tints of Deep Magenta #DF1CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.13%

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 48.8%
G = 6.13%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF1CCE (or 0xDF1CCE) is known color: Deep Magenta. HEX triplet: DF, 1C and CE. RGB value is (223,28,206). Sum of RGB (Red+Green+Blue) = 223+28+206=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1CCE is #20E331. Grayscale: #6A6A6A. Windows color (decimal): -2155314 or 13507807. OLE color: 13507807.

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

Color convert

RGB 223 28 206 -
CMYK 0 0.87 0.08 0.13
HSL 305.23º 0.78% 0.49% -
HSV(B) 305.23º 0.87% 0.87% -
XYZ 41.99 20.97 60.23 -
YUV 106.6 184.1 211.03 -
System Red Green Blue C M Y K H S L
Decimal 223 28 206 0 0.87 0.08 0.13 305.23 0.78 0.49
Hex DF 1C CE 0 57 8 D 131 4E 31
Octal 337 34 316 0 127 10 15 461 116 61
Binary 11011111 11100 11001110 0 1010111 1000 1101 100110001 1001110 110001

Color Harmonies of #DF1CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1CCE

Black with #DF1CCE

Text Example


Text Example

White with #DF1CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1CCE; }

 p { color: rgb(223,28,206); }

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

background-color css

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

 a { background-color: rgb(223,28,206); }

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

border-color css

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

 span { border-color: rgb(223,28,206); }

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