Html Css Color HEX #D65EDA Free Speech Magenta

📋 copy color: '#D65EDA'

red 214 ◦ green 94 ◦ blue 218

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

Shades of Free Speech Magenta #D65EDA

Tints of Free Speech Magenta #D65EDA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.87%

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

R = 40.68%
G = 17.87%
B = 41.44%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D65EDA (or 0xD65EDA) is known color: Free Speech Magenta. HEX triplet: D6, 5E and DA. RGB value is (214,94,218). Sum of RGB (Red+Green+Blue) = 214+94+218=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #D65EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65EDA is #29A125. Grayscale: #8F8F8F. Windows color (decimal): -2728230 or 14311126. OLE color: 14311126.

HSL color Cylindrical-coordinate representation of color #D65EDA: hue angle of 298.06º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65EDA is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 94 218 -
CMYK 0.02 0.57 0 0.15
HSL 298.06º 0.63% 0.61% -
HSV(B) 298.06º 0.57% 0.85% -
XYZ 44.39 27.36 69.27 -
YUV 144.02 169.76 177.92 -
System Red Green Blue C M Y K H S L
Decimal 214 94 218 0.02 0.57 0 0.15 298.06 0.63 0.61
Hex D6 5E DA 2 39 0 F 12A 3F 3D
Octal 326 136 332 2 71 0 17 452 77 75
Binary 11010110 1011110 11011010 10 111001 0 1111 100101010 111111 111101

Color Harmonies of #D65EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65EDA

Black with #D65EDA

Text Example


Text Example

White with #D65EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65EDA; }

 p { color: rgb(214,94,218); }

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

background-color css

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

 a { background-color: rgb(214,94,218); }

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

border-color css

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

 span { border-color: rgb(214,94,218); }

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