Html Css Color HEX #D65ECD Free Speech Magenta

📋 copy color: '#D65ECD'

red 214 ◦ green 94 ◦ blue 205

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

Shades of Free Speech Magenta #D65ECD

Tints of Free Speech Magenta #D65ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.96%

R = 41.72%
G = 18.32%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D65ECD (or 0xD65ECD) is known color: Free Speech Magenta. HEX triplet: D6, 5E and CD. RGB value is (214,94,205). Sum of RGB (Red+Green+Blue) = 214+94+205=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D65ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65ECD is #29A132. Grayscale: #8E8E8E. Windows color (decimal): -2728243 or 13459158. OLE color: 13459158.

HSL color Cylindrical-coordinate representation of color #D65ECD: hue angle of 304.5º 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 #D65ECD is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 94 205 -
CMYK 0 0.56 0.04 0.16
HSL 304.5º 0.59% 0.6% -
HSV(B) 304.5º 0.56% 0.84% -
XYZ 42.75 26.71 60.66 -
YUV 142.53 163.26 178.97 -
System Red Green Blue C M Y K H S L
Decimal 214 94 205 0 0.56 0.04 0.16 304.5 0.59 0.6
Hex D6 5E CD 0 38 4 10 130 3B 3C
Octal 326 136 315 0 70 4 20 460 73 74
Binary 11010110 1011110 11001101 0 111000 100 10000 100110000 111011 111100

Color Harmonies of #D65ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65ECD

Black with #D65ECD

Text Example


Text Example

White with #D65ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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