Html Css Color HEX #D65ECB Free Speech Magenta

📋 copy color: '#D65ECB'

red 214 ◦ green 94 ◦ blue 203

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

Shades of Free Speech Magenta #D65ECB

Tints of Free Speech Magenta #D65ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.73%

R = 41.88%
G = 18.4%
B = 39.73%

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

#D65ECB (or 0xD65ECB) is known color: Free Speech Magenta. HEX triplet: D6, 5E and CB. RGB value is (214,94,203). Sum of RGB (Red+Green+Blue) = 214+94+203=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D65ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65ECB is #29A134. Grayscale: #8D8D8D. Windows color (decimal): -2728245 or 13328086. OLE color: 13328086.

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

Color convert

RGB 214 94 203 -
CMYK 0 0.56 0.05 0.16
HSL 305.5º 0.59% 0.6% -
HSV(B) 305.5º 0.56% 0.84% -
XYZ 42.51 26.61 59.4 -
YUV 142.31 162.26 179.14 -
System Red Green Blue C M Y K H S L
Decimal 214 94 203 0 0.56 0.05 0.16 305.5 0.59 0.6
Hex D6 5E CB 0 38 5 10 132 3B 3C
Octal 326 136 313 0 70 5 20 462 73 74
Binary 11010110 1011110 11001011 0 111000 101 10000 100110010 111011 111100

Color Harmonies of #D65ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65ECB

Black with #D65ECB

Text Example


Text Example

White with #D65ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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