Html Css Color HEX #D65AD2 Free Speech Magenta

📋 copy color: '#D65AD2'

red 214 ◦ green 90 ◦ blue 210

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

Shades of Free Speech Magenta #D65AD2

Tints of Free Speech Magenta #D65AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.86%

R = 41.63%
G = 17.51%
B = 40.86%

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

#D65AD2 (or 0xD65AD2) is known color: Free Speech Magenta. HEX triplet: D6, 5A and D2. RGB value is (214,90,210). Sum of RGB (Red+Green+Blue) = 214+90+210=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 210 (82.42% from 255 or 40.86% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65AD2 is #29A52D. Grayscale: #8C8C8C. Windows color (decimal): -2729262 or 13785814. OLE color: 13785814.

HSL color Cylindrical-coordinate representation of color #D65AD2: hue angle of 301.94º 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 #D65AD2 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 90 210 -
CMYK 0 0.58 0.02 0.16
HSL 301.94º 0.6% 0.6% -
HSV(B) 301.94º 0.58% 0.84% -
XYZ 43.02 26.26 63.77 -
YUV 140.76 167.08 180.24 -
System Red Green Blue C M Y K H S L
Decimal 214 90 210 0 0.58 0.02 0.16 301.94 0.6 0.6
Hex D6 5A D2 0 3A 2 10 12E 3C 3C
Octal 326 132 322 0 72 2 20 456 74 74
Binary 11010110 1011010 11010010 0 111010 10 10000 100101110 111100 111100

Color Harmonies of #D65AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65AD2

Black with #D65AD2

Text Example


Text Example

White with #D65AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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