Html Css Color HEX #DF63D0 Free Speech Magenta

📋 copy color: '#DF63D0'

red 223 ◦ green 99 ◦ blue 208

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

Shades of Free Speech Magenta #DF63D0

Tints of Free Speech Magenta #DF63D0

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.68%

 BLUE value IS 208 (81.64% from 255) = 39.25%

R = 42.08%
G = 18.68%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF63D0 (or 0xDF63D0) is known color: Free Speech Magenta. HEX triplet: DF, 63 and D0. RGB value is (223,99,208). Sum of RGB (Red+Green+Blue) = 223+99+208=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 208 (81.64% from 255 or 39.25% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF63D0 is #209C2F. Grayscale: #949494. Windows color (decimal): -2137136 or 13657055. OLE color: 13657055.

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

Color convert

RGB 223 99 208 -
CMYK 0 0.56 0.07 0.13
HSL 307.26º 0.66% 0.63% -
HSV(B) 307.26º 0.56% 0.87% -
XYZ 46.28 29.17 62.86 -
YUV 148.5 161.58 181.14 -
System Red Green Blue C M Y K H S L
Decimal 223 99 208 0 0.56 0.07 0.13 307.26 0.66 0.63
Hex DF 63 D0 0 38 7 D 133 42 3F
Octal 337 143 320 0 70 7 15 463 102 77
Binary 11011111 1100011 11010000 0 111000 111 1101 100110011 1000010 111111

Color Harmonies of #DF63D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF63D0

Black with #DF63D0

Text Example


Text Example

White with #DF63D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF63D0; }

 p { color: rgb(223,99,208); }

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

background-color css

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

 a { background-color: rgb(223,99,208); }

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

border-color css

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

 span { border-color: rgb(223,99,208); }

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