Html Css Color HEX #DF55D4 Free Speech Magenta

📋 copy color: '#DF55D4'

red 223 ◦ green 85 ◦ blue 212

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

Shades of Free Speech Magenta #DF55D4

Tints of Free Speech Magenta #DF55D4

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.35%

 BLUE value IS 212 (83.2% from 255) = 40.77%

R = 42.88%
G = 16.35%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF55D4 (or 0xDF55D4) is known color: Free Speech Magenta. HEX triplet: DF, 55 and D4. RGB value is (223,85,212). Sum of RGB (Red+Green+Blue) = 223+85+212=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF55D4 is #20AA2B. Grayscale: #8C8C8C. Windows color (decimal): -2140716 or 13915615. OLE color: 13915615.

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

Color convert

RGB 223 85 212 -
CMYK 0 0.62 0.05 0.13
HSL 304.78º 0.68% 0.6% -
HSV(B) 304.78º 0.62% 0.87% -
XYZ 45.56 26.94 65.09 -
YUV 140.74 168.22 186.67 -
System Red Green Blue C M Y K H S L
Decimal 223 85 212 0 0.62 0.05 0.13 304.78 0.68 0.6
Hex DF 55 D4 0 3E 5 D 131 44 3C
Octal 337 125 324 0 76 5 15 461 104 74
Binary 11011111 1010101 11010100 0 111110 101 1101 100110001 1000100 111100

Color Harmonies of #DF55D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF55D4

Black with #DF55D4

Text Example


Text Example

White with #DF55D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF55D4; }

 p { color: rgb(223,85,212); }

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

background-color css

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

 a { background-color: rgb(223,85,212); }

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

border-color css

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

 span { border-color: rgb(223,85,212); }

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