Html Css Color HEX #DE5DC7 Free Speech Magenta

📋 copy color: '#DE5DC7'

red 222 ◦ green 93 ◦ blue 199

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

Shades of Free Speech Magenta #DE5DC7

Tints of Free Speech Magenta #DE5DC7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.09%

 BLUE value IS 199 (78.13% from 255) = 38.72%

R = 43.19%
G = 18.09%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DE5DC7 (or 0xDE5DC7) is known color: Free Speech Magenta. HEX triplet: DE, 5D and C7. RGB value is (222,93,199). Sum of RGB (Red+Green+Blue) = 222+93+199=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5DC7 is #21A238. Grayscale: #8F8F8F. Windows color (decimal): -2204217 or 13065694. OLE color: 13065694.

HSL color Cylindrical-coordinate representation of color #DE5DC7: hue angle of 310.7º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5DC7 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 93 199 -
CMYK 0 0.58 0.10 0.13
HSL 310.7º 0.66% 0.62% -
HSV(B) 310.7º 0.58% 0.87% -
XYZ 44.35 27.48 57 -
YUV 143.66 159.24 183.88 -
System Red Green Blue C M Y K H S L
Decimal 222 93 199 0 0.58 0.10 0.13 310.7 0.66 0.62
Hex DE 5D C7 0 3A A D 137 42 3E
Octal 336 135 307 0 72 12 15 467 102 76
Binary 11011110 1011101 11000111 0 111010 1010 1101 100110111 1000010 111110

Color Harmonies of #DE5DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5DC7

Black with #DE5DC7

Text Example


Text Example

White with #DE5DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5DC7; }

 p { color: rgb(222,93,199); }

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

background-color css

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

 a { background-color: rgb(222,93,199); }

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

border-color css

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

 span { border-color: rgb(222,93,199); }

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