Html Css Color HEX #DE5DBB Free Speech Magenta

📋 copy color: '#DE5DBB'

red 222 ◦ green 93 ◦ blue 187

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

Shades of Free Speech Magenta #DE5DBB

Tints of Free Speech Magenta #DE5DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.25%

R = 44.22%
G = 18.53%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE5DBB (or 0xDE5DBB) is known color: Free Speech Magenta. HEX triplet: DE, 5D and BB. RGB value is (222,93,187). Sum of RGB (Red+Green+Blue) = 222+93+187=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5DBB is #21A244. Grayscale: #8E8E8E. Windows color (decimal): -2204229 or 12279262. OLE color: 12279262.

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

Color convert

RGB 222 93 187 -
CMYK 0 0.58 0.16 0.13
HSL 316.28º 0.66% 0.62% -
HSV(B) 316.28º 0.58% 0.87% -
XYZ 43.01 26.95 49.95 -
YUV 142.29 153.24 184.86 -
System Red Green Blue C M Y K H S L
Decimal 222 93 187 0 0.58 0.16 0.13 316.28 0.66 0.62
Hex DE 5D BB 0 3A 10 D 13C 42 3E
Octal 336 135 273 0 72 20 15 474 102 76
Binary 11011110 1011101 10111011 0 111010 10000 1101 100111100 1000010 111110

Color Harmonies of #DE5DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5DBB

Black with #DE5DBB

Text Example


Text Example

White with #DE5DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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