Html Css Color HEX #D65DD0 Free Speech Magenta

📋 copy color: '#D65DD0'

red 214 ◦ green 93 ◦ blue 208

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

Shades of Free Speech Magenta #D65DD0

Tints of Free Speech Magenta #D65DD0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.06%

 BLUE value IS 208 (81.64% from 255) = 40.39%

R = 41.55%
G = 18.06%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D65DD0 (or 0xD65DD0) is known color: Free Speech Magenta. HEX triplet: D6, 5D and D0. RGB value is (214,93,208). Sum of RGB (Red+Green+Blue) = 214+93+208=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DD0 is #29A22F. Grayscale: #8D8D8D. Windows color (decimal): -2728496 or 13655510. OLE color: 13655510.

HSL color Cylindrical-coordinate representation of color #D65DD0: hue angle of 302.98º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65DD0 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 93 208 -
CMYK 0 0.57 0.03 0.16
HSL 302.98º 0.6% 0.6% -
HSV(B) 302.98º 0.57% 0.84% -
XYZ 43.03 26.68 62.56 -
YUV 142.29 165.09 179.15 -
System Red Green Blue C M Y K H S L
Decimal 214 93 208 0 0.57 0.03 0.16 302.98 0.6 0.6
Hex D6 5D D0 0 39 3 10 12F 3C 3C
Octal 326 135 320 0 71 3 20 457 74 74
Binary 11010110 1011101 11010000 0 111001 11 10000 100101111 111100 111100

Color Harmonies of #D65DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65DD0

Black with #D65DD0

Text Example


Text Example

White with #D65DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65DD0; }

 p { color: rgb(214,93,208); }

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

background-color css

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

 a { background-color: rgb(214,93,208); }

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

border-color css

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

 span { border-color: rgb(214,93,208); }

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