Html Css Color HEX #DF5DBD Free Speech Magenta

📋 copy color: '#DF5DBD'

red 223 ◦ green 93 ◦ blue 189

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

Shades of Free Speech Magenta #DF5DBD

Tints of Free Speech Magenta #DF5DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.43%

R = 44.16%
G = 18.42%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF5DBD (or 0xDF5DBD) is known color: Free Speech Magenta. HEX triplet: DF, 5D and BD. RGB value is (223,93,189). Sum of RGB (Red+Green+Blue) = 223+93+189=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5DBD is #20A242. Grayscale: #8E8E8E. Windows color (decimal): -2138691 or 12410335. OLE color: 12410335.

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

Color convert

RGB 223 93 189 -
CMYK 0 0.58 0.15 0.13
HSL 315.69º 0.67% 0.62% -
HSV(B) 315.69º 0.58% 0.87% -
XYZ 43.53 27.19 51.1 -
YUV 142.81 154.07 185.19 -
System Red Green Blue C M Y K H S L
Decimal 223 93 189 0 0.58 0.15 0.13 315.69 0.67 0.62
Hex DF 5D BD 0 3A F D 13C 43 3E
Octal 337 135 275 0 72 17 15 474 103 76
Binary 11011111 1011101 10111101 0 111010 1111 1101 100111100 1000011 111110

Color Harmonies of #DF5DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5DBD

Black with #DF5DBD

Text Example


Text Example

White with #DF5DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5DBD; }

 p { color: rgb(223,93,189); }

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

background-color css

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

 a { background-color: rgb(223,93,189); }

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

border-color css

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

 span { border-color: rgb(223,93,189); }

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