Html Css Color HEX #DE1FCF Deep Magenta

📋 copy color: '#DE1FCF'

red 222 ◦ green 31 ◦ blue 207

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

Shades of Deep Magenta #DE1FCF

Tints of Deep Magenta #DE1FCF

RGB

 RED value IS 222 (87.11% from 255) = 48.26%

 GREEN value IS 31 (12.5% from 255) = 6.74%

 BLUE value IS 207 (81.25% from 255) = 45%

R = 48.26%
G = 6.74%
B = 45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE1FCF (or 0xDE1FCF) is known color: Deep Magenta. HEX triplet: DE, 1F and CF. RGB value is (222,31,207). Sum of RGB (Red+Green+Blue) = 222+31+207=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 31 (12.5% from 255 or 6.74% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1FCF is #21E030. Grayscale: #6B6B6B. Windows color (decimal): -2220081 or 13574110. OLE color: 13574110.

HSL color Cylindrical-coordinate representation of color #DE1FCF: hue angle of 304.71º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1FCF is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 31 207 -
CMYK 0 0.86 0.07 0.13
HSL 304.71º 0.75% 0.5% -
HSV(B) 304.71º 0.86% 0.87% -
XYZ 41.88 21.01 60.88 -
YUV 108.17 183.78 209.19 -
System Red Green Blue C M Y K H S L
Decimal 222 31 207 0 0.86 0.07 0.13 304.71 0.75 0.5
Hex DE 1F CF 0 56 7 D 131 4B 32
Octal 336 37 317 0 126 7 15 461 113 62
Binary 11011110 11111 11001111 0 1010110 111 1101 100110001 1001011 110010

Color Harmonies of #DE1FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1FCF

Black with #DE1FCF

Text Example


Text Example

White with #DE1FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1FCF; }

 p { color: rgb(222,31,207); }

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

background-color css

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

 a { background-color: rgb(222,31,207); }

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

border-color css

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

 span { border-color: rgb(222,31,207); }

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