Html Css Color HEX #D65AED Free Speech Magenta

📋 copy color: '#D65AED'

red 214 ◦ green 90 ◦ blue 237

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

Shades of Free Speech Magenta #D65AED

Tints of Free Speech Magenta #D65AED

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.64%

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

R = 39.56%
G = 16.64%
B = 43.81%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D65AED (or 0xD65AED) is known color: Free Speech Magenta. HEX triplet: D6, 5A and ED. RGB value is (214,90,237). Sum of RGB (Red+Green+Blue) = 214+90+237=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 90 (35.55% from 255 or 16.64% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #D65AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65AED is #29A512. Grayscale: #8F8F8F. Windows color (decimal): -2729235 or 15555286. OLE color: 15555286.

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

Color convert

RGB 214 90 237 -
CMYK 0.10 0.62 0 0.07
HSL 290.61º 0.8% 0.64% -
HSV(B) 290.61º 0.62% 0.93% -
XYZ 46.67 27.72 83.01 -
YUV 143.83 180.58 178.05 -
System Red Green Blue C M Y K H S L
Decimal 214 90 237 0.10 0.62 0 0.07 290.61 0.8 0.64
Hex D6 5A ED A 3E 0 7 123 50 40
Octal 326 132 355 12 76 0 7 443 120 100
Binary 11010110 1011010 11101101 1010 111110 0 111 100100011 1010000 1000000

Color Harmonies of #D65AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65AED

Black with #D65AED

Text Example


Text Example

White with #D65AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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