Html Css Color HEX #D65ECC Free Speech Magenta

📋 copy color: '#D65ECC'

red 214 ◦ green 94 ◦ blue 204

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

Shades of Free Speech Magenta #D65ECC

Tints of Free Speech Magenta #D65ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 41.8%
G = 18.36%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D65ECC (or 0xD65ECC) is known color: Free Speech Magenta. HEX triplet: D6, 5E and CC. RGB value is (214,94,204). Sum of RGB (Red+Green+Blue) = 214+94+204=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D65ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65ECC is #29A133. Grayscale: #8E8E8E. Windows color (decimal): -2728244 or 13393622. OLE color: 13393622.

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

Color convert

RGB 214 94 204 -
CMYK 0 0.56 0.05 0.16
HSL 305º 0.59% 0.6% -
HSV(B) 305º 0.56% 0.84% -
XYZ 42.63 26.66 60.03 -
YUV 142.42 162.76 179.06 -
System Red Green Blue C M Y K H S L
Decimal 214 94 204 0 0.56 0.05 0.16 305 0.59 0.6
Hex D6 5E CC 0 38 5 10 131 3B 3C
Octal 326 136 314 0 70 5 20 461 73 74
Binary 11010110 1011110 11001100 0 111000 101 10000 100110001 111011 111100

Color Harmonies of #D65ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65ECC

Black with #D65ECC

Text Example


Text Example

White with #D65ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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