Html Css Color HEX #D65EC5 Free Speech Magenta

📋 copy color: '#D65EC5'

red 214 ◦ green 94 ◦ blue 197

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

Shades of Free Speech Magenta #D65EC5

Tints of Free Speech Magenta #D65EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.01%

R = 42.38%
G = 18.61%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D65EC5 (or 0xD65EC5) is known color: Free Speech Magenta. HEX triplet: D6, 5E and C5. RGB value is (214,94,197). Sum of RGB (Red+Green+Blue) = 214+94+197=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D65EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65EC5 is #29A13A. Grayscale: #8D8D8D. Windows color (decimal): -2728251 or 12934870. OLE color: 12934870.

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

Color convert

RGB 214 94 197 -
CMYK 0 0.56 0.08 0.16
HSL 308.5º 0.59% 0.6% -
HSV(B) 308.5º 0.56% 0.84% -
XYZ 41.81 26.33 55.7 -
YUV 141.62 159.26 179.62 -
System Red Green Blue C M Y K H S L
Decimal 214 94 197 0 0.56 0.08 0.16 308.5 0.59 0.6
Hex D6 5E C5 0 38 8 10 134 3B 3C
Octal 326 136 305 0 70 10 20 464 73 74
Binary 11010110 1011110 11000101 0 111000 1000 10000 100110100 111011 111100

Color Harmonies of #D65EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65EC5

Black with #D65EC5

Text Example


Text Example

White with #D65EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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