Html Css Color HEX #D65EC3 Free Speech Magenta

📋 copy color: '#D65EC3'

red 214 ◦ green 94 ◦ blue 195

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

Shades of Free Speech Magenta #D65EC3

Tints of Free Speech Magenta #D65EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.77%

R = 42.54%
G = 18.69%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D65EC3 (or 0xD65EC3) is known color: Free Speech Magenta. HEX triplet: D6, 5E and C3. RGB value is (214,94,195). Sum of RGB (Red+Green+Blue) = 214+94+195=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D65EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65EC3 is #29A13C. Grayscale: #8D8D8D. Windows color (decimal): -2728253 or 12803798. OLE color: 12803798.

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

Color convert

RGB 214 94 195 -
CMYK 0 0.56 0.09 0.16
HSL 309.5º 0.59% 0.6% -
HSV(B) 309.5º 0.56% 0.84% -
XYZ 41.58 26.24 54.5 -
YUV 141.39 158.26 179.79 -
System Red Green Blue C M Y K H S L
Decimal 214 94 195 0 0.56 0.09 0.16 309.5 0.59 0.6
Hex D6 5E C3 0 38 9 10 136 3B 3C
Octal 326 136 303 0 70 11 20 466 73 74
Binary 11010110 1011110 11000011 0 111000 1001 10000 100110110 111011 111100

Color Harmonies of #D65EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65EC3

Black with #D65EC3

Text Example


Text Example

White with #D65EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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