Html Css Color HEX #D653ED Free Speech Magenta

📋 copy color: '#D653ED'

red 214 ◦ green 83 ◦ blue 237

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

Shades of Free Speech Magenta #D653ED

Tints of Free Speech Magenta #D653ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 40.07%
G = 15.54%
B = 44.38%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D653ED (or 0xD653ED) is known color: Free Speech Magenta. HEX triplet: D6, 53 and ED. RGB value is (214,83,237). Sum of RGB (Red+Green+Blue) = 214+83+237=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 83 (32.81% from 255 or 15.54% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #D653ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D653ED is #29AC12. Grayscale: #8B8B8B. Windows color (decimal): -2731027 or 15553494. OLE color: 15553494.

HSL color Cylindrical-coordinate representation of color #D653ED: hue angle of 291.04º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D653ED is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 83 237 -
CMYK 0.10 0.65 0 0.07
HSL 291.04º 0.81% 0.63% -
HSV(B) 291.04º 0.65% 0.93% -
XYZ 46.11 26.6 82.82 -
YUV 139.73 182.9 180.98 -
System Red Green Blue C M Y K H S L
Decimal 214 83 237 0.10 0.65 0 0.07 291.04 0.81 0.63
Hex D6 53 ED A 41 0 7 123 51 3F
Octal 326 123 355 12 101 0 7 443 121 77
Binary 11010110 1010011 11101101 1010 1000001 0 111 100100011 1010001 111111

Color Harmonies of #D653ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D653ED

Black with #D653ED

Text Example


Text Example

White with #D653ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D653ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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