Html Css Color HEX #DF63DA Free Speech Magenta

📋 copy color: '#DF63DA'

red 223 ◦ green 99 ◦ blue 218

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

Shades of Free Speech Magenta #DF63DA

Tints of Free Speech Magenta #DF63DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 41.3%
G = 18.33%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF63DA (or 0xDF63DA) is known color: Free Speech Magenta. HEX triplet: DF, 63 and DA. RGB value is (223,99,218). Sum of RGB (Red+Green+Blue) = 223+99+218=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 99 (39.06% from 255 or 18.33% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF63DA is #209C25. Grayscale: #959595. Windows color (decimal): -2137126 or 14312415. OLE color: 14312415.

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

Color convert

RGB 223 99 218 -
CMYK 0 0.56 0.02 0.13
HSL 302.42º 0.66% 0.63% -
HSV(B) 302.42º 0.56% 0.87% -
XYZ 47.55 29.67 69.55 -
YUV 149.64 166.58 180.32 -
System Red Green Blue C M Y K H S L
Decimal 223 99 218 0 0.56 0.02 0.13 302.42 0.66 0.63
Hex DF 63 DA 0 38 2 D 12E 42 3F
Octal 337 143 332 0 70 2 15 456 102 77
Binary 11011111 1100011 11011010 0 111000 10 1101 100101110 1000010 111111

Color Harmonies of #DF63DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF63DA

Black with #DF63DA

Text Example


Text Example

White with #DF63DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF63DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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