Html Css Color HEX #D653DF Free Speech Magenta

📋 copy color: '#D653DF'

red 214 ◦ green 83 ◦ blue 223

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

Shades of Free Speech Magenta #D653DF

Tints of Free Speech Magenta #D653DF

RGB

 RED value IS 214 (83.98% from 255) = 41.15%

 GREEN value IS 83 (32.81% from 255) = 15.96%

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

R = 41.15%
G = 15.96%
B = 42.88%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D653DF (or 0xD653DF) is known color: Free Speech Magenta. HEX triplet: D6, 53 and DF. RGB value is (214,83,223). Sum of RGB (Red+Green+Blue) = 214+83+223=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 83 (32.81% from 255 or 15.96% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #D653DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D653DF is #29AC20. Grayscale: #898989. Windows color (decimal): -2731041 or 14635990. OLE color: 14635990.

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

Color convert

RGB 214 83 223 -
CMYK 0.04 0.63 0 0.13
HSL 296.14º 0.69% 0.6% -
HSV(B) 296.14º 0.63% 0.87% -
XYZ 44.14 25.81 72.47 -
YUV 138.13 175.9 182.12 -
System Red Green Blue C M Y K H S L
Decimal 214 83 223 0.04 0.63 0 0.13 296.14 0.69 0.6
Hex D6 53 DF 4 3F 0 D 128 45 3C
Octal 326 123 337 4 77 0 15 450 105 74
Binary 11010110 1010011 11011111 100 111111 0 1101 100101000 1000101 111100

Color Harmonies of #D653DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D653DF

Black with #D653DF

Text Example


Text Example

White with #D653DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D653DF; }

 p { color: rgb(214,83,223); }

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

background-color css

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

 a { background-color: rgb(214,83,223); }

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

border-color css

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

 span { border-color: rgb(214,83,223); }

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