Html Css Color HEX #D65AD1 Free Speech Magenta

📋 copy color: '#D65AD1'

red 214 ◦ green 90 ◦ blue 209

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

Shades of Free Speech Magenta #D65AD1

Tints of Free Speech Magenta #D65AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.74%

R = 41.72%
G = 17.54%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D65AD1 (or 0xD65AD1) is known color: Free Speech Magenta. HEX triplet: D6, 5A and D1. RGB value is (214,90,209). Sum of RGB (Red+Green+Blue) = 214+90+209=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65AD1 is #29A52E. Grayscale: #8C8C8C. Windows color (decimal): -2729263 or 13720278. OLE color: 13720278.

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

Color convert

RGB 214 90 209 -
CMYK 0 0.58 0.02 0.16
HSL 302.42º 0.6% 0.6% -
HSV(B) 302.42º 0.58% 0.84% -
XYZ 42.9 26.21 63.12 -
YUV 140.64 166.58 180.32 -
System Red Green Blue C M Y K H S L
Decimal 214 90 209 0 0.58 0.02 0.16 302.42 0.6 0.6
Hex D6 5A D1 0 3A 2 10 12E 3C 3C
Octal 326 132 321 0 72 2 20 456 74 74
Binary 11010110 1011010 11010001 0 111010 10 10000 100101110 111100 111100

Color Harmonies of #D65AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65AD1

Black with #D65AD1

Text Example


Text Example

White with #D65AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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