Html Css Color HEX #D65ED0 Free Speech Magenta

📋 copy color: '#D65ED0'

red 214 ◦ green 94 ◦ blue 208

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

Shades of Free Speech Magenta #D65ED0

Tints of Free Speech Magenta #D65ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.31%

R = 41.47%
G = 18.22%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D65ED0 (or 0xD65ED0) is known color: Free Speech Magenta. HEX triplet: D6, 5E and D0. RGB value is (214,94,208). Sum of RGB (Red+Green+Blue) = 214+94+208=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 94 (37.11% from 255 or 18.22% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D65ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65ED0 is #29A12F. Grayscale: #8E8E8E. Windows color (decimal): -2728240 or 13655766. OLE color: 13655766.

HSL color Cylindrical-coordinate representation of color #D65ED0: hue angle of 303º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65ED0 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 94 208 -
CMYK 0 0.56 0.03 0.16
HSL 303º 0.59% 0.6% -
HSV(B) 303º 0.56% 0.84% -
XYZ 43.12 26.86 62.59 -
YUV 142.88 164.76 178.73 -
System Red Green Blue C M Y K H S L
Decimal 214 94 208 0 0.56 0.03 0.16 303 0.59 0.6
Hex D6 5E D0 0 38 3 10 12F 3B 3C
Octal 326 136 320 0 70 3 20 457 73 74
Binary 11010110 1011110 11010000 0 111000 11 10000 100101111 111011 111100

Color Harmonies of #D65ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65ED0

Black with #D65ED0

Text Example


Text Example

White with #D65ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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