Html Css Color HEX #D65AD9 Free Speech Magenta

📋 copy color: '#D65AD9'

red 214 ◦ green 90 ◦ blue 217

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

Shades of Free Speech Magenta #D65AD9

Tints of Free Speech Magenta #D65AD9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.27%

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

R = 41.07%
G = 17.27%
B = 41.65%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D65AD9 (or 0xD65AD9) is known color: Free Speech Magenta. HEX triplet: D6, 5A and D9. RGB value is (214,90,217). Sum of RGB (Red+Green+Blue) = 214+90+217=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #D65AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65AD9 is #29A526. Grayscale: #8D8D8D. Windows color (decimal): -2729255 or 14244566. OLE color: 14244566.

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

Color convert

RGB 214 90 217 -
CMYK 0.01 0.59 0 0.15
HSL 298.58º 0.63% 0.6% -
HSV(B) 298.58º 0.59% 0.85% -
XYZ 43.91 26.62 68.47 -
YUV 141.55 170.58 179.67 -
System Red Green Blue C M Y K H S L
Decimal 214 90 217 0.01 0.59 0 0.15 298.58 0.63 0.6
Hex D6 5A D9 1 3B 0 F 12B 3F 3C
Octal 326 132 331 1 73 0 17 453 77 74
Binary 11010110 1011010 11011001 1 111011 0 1111 100101011 111111 111100

Color Harmonies of #D65AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65AD9

Black with #D65AD9

Text Example


Text Example

White with #D65AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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