Html Css Color HEX #D65DD9 Free Speech Magenta

📋 copy color: '#D65DD9'

red 214 ◦ green 93 ◦ blue 217

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

Shades of Free Speech Magenta #D65DD9

Tints of Free Speech Magenta #D65DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.41%

R = 40.84%
G = 17.75%
B = 41.41%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D65DD9 (or 0xD65DD9) is known color: Free Speech Magenta. HEX triplet: D6, 5D and D9. RGB value is (214,93,217). Sum of RGB (Red+Green+Blue) = 214+93+217=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 217 - color contains mainly: blue. Hex color #D65DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DD9 is #29A226. Grayscale: #8E8E8E. Windows color (decimal): -2728487 or 14245334. OLE color: 14245334.

HSL color Cylindrical-coordinate representation of color #D65DD9: hue angle of 298.55º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65DD9 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 93 217 -
CMYK 0.01 0.57 0 0.15
HSL 298.55º 0.62% 0.61% -
HSV(B) 298.55º 0.57% 0.85% -
XYZ 44.17 27.13 68.56 -
YUV 143.32 169.59 178.42 -
System Red Green Blue C M Y K H S L
Decimal 214 93 217 0.01 0.57 0 0.15 298.55 0.62 0.61
Hex D6 5D D9 1 39 0 F 12B 3E 3D
Octal 326 135 331 1 71 0 17 453 76 75
Binary 11010110 1011101 11011001 1 111001 0 1111 100101011 111110 111101

Color Harmonies of #D65DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65DD9

Black with #D65DD9

Text Example


Text Example

White with #D65DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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