Html Css Color HEX #DE1FCB Deep Magenta

📋 copy color: '#DE1FCB'

red 222 ◦ green 31 ◦ blue 203

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

Shades of Deep Magenta #DE1FCB

Tints of Deep Magenta #DE1FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.52%

R = 48.68%
G = 6.8%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DE1FCB (or 0xDE1FCB) is known color: Deep Magenta. HEX triplet: DE, 1F and CB. RGB value is (222,31,203). Sum of RGB (Red+Green+Blue) = 222+31+203=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1FCB is #21E034. Grayscale: #6B6B6B. Windows color (decimal): -2220085 or 13311966. OLE color: 13311966.

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

Color convert

RGB 222 31 203 -
CMYK 0 0.86 0.09 0.13
HSL 305.97º 0.75% 0.5% -
HSV(B) 305.97º 0.86% 0.87% -
XYZ 41.39 20.82 58.34 -
YUV 107.72 181.78 209.51 -
System Red Green Blue C M Y K H S L
Decimal 222 31 203 0 0.86 0.09 0.13 305.97 0.75 0.5
Hex DE 1F CB 0 56 9 D 132 4B 32
Octal 336 37 313 0 126 11 15 462 113 62
Binary 11011110 11111 11001011 0 1010110 1001 1101 100110010 1001011 110010

Color Harmonies of #DE1FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1FCB

Black with #DE1FCB

Text Example


Text Example

White with #DE1FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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