Html Css Color HEX #D65EC8 Free Speech Magenta

📋 copy color: '#D65EC8'

red 214 ◦ green 94 ◦ blue 200

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

Shades of Free Speech Magenta #D65EC8

Tints of Free Speech Magenta #D65EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.37%

R = 42.13%
G = 18.5%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D65EC8 (or 0xD65EC8) is known color: Free Speech Magenta. HEX triplet: D6, 5E and C8. RGB value is (214,94,200). Sum of RGB (Red+Green+Blue) = 214+94+200=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 94 (37.11% from 255 or 18.50% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D65EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65EC8 is #29A137. Grayscale: #8D8D8D. Windows color (decimal): -2728248 or 13131478. OLE color: 13131478.

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

Color convert

RGB 214 94 200 -
CMYK 0 0.56 0.07 0.16
HSL 307º 0.59% 0.6% -
HSV(B) 307º 0.56% 0.84% -
XYZ 42.16 26.47 57.53 -
YUV 141.96 160.76 179.38 -
System Red Green Blue C M Y K H S L
Decimal 214 94 200 0 0.56 0.07 0.16 307 0.59 0.6
Hex D6 5E C8 0 38 7 10 133 3B 3C
Octal 326 136 310 0 70 7 20 463 73 74
Binary 11010110 1011110 11001000 0 111000 111 10000 100110011 111011 111100

Color Harmonies of #D65EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65EC8

Black with #D65EC8

Text Example


Text Example

White with #D65EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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