Html Css Color HEX #D65AD0 Free Speech Magenta

📋 copy color: '#D65AD0'

red 214 ◦ green 90 ◦ blue 208

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

Shades of Free Speech Magenta #D65AD0

Tints of Free Speech Magenta #D65AD0

RGB

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

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

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

R = 41.8%
G = 17.58%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D65AD0 (or 0xD65AD0) is known color: Free Speech Magenta. HEX triplet: D6, 5A and D0. RGB value is (214,90,208). Sum of RGB (Red+Green+Blue) = 214+90+208=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65AD0 is #29A52F. Grayscale: #8C8C8C. Windows color (decimal): -2729264 or 13654742. OLE color: 13654742.

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

Color convert

RGB 214 90 208 -
CMYK 0 0.58 0.03 0.16
HSL 302.9º 0.6% 0.6% -
HSV(B) 302.9º 0.58% 0.84% -
XYZ 42.77 26.16 62.47 -
YUV 140.53 166.08 180.41 -
System Red Green Blue C M Y K H S L
Decimal 214 90 208 0 0.58 0.03 0.16 302.9 0.6 0.6
Hex D6 5A D0 0 3A 3 10 12F 3C 3C
Octal 326 132 320 0 72 3 20 457 74 74
Binary 11010110 1011010 11010000 0 111010 11 10000 100101111 111100 111100

Color Harmonies of #D65AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65AD0

Black with #D65AD0

Text Example


Text Example

White with #D65AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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