Html Css Color HEX #D65ADC Free Speech Magenta

📋 copy color: '#D65ADC'

red 214 ◦ green 90 ◦ blue 220

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

Shades of Free Speech Magenta #D65ADC

Tints of Free Speech Magenta #D65ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.98%

R = 40.84%
G = 17.18%
B = 41.98%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D65ADC (or 0xD65ADC) is known color: Free Speech Magenta. HEX triplet: D6, 5A and DC. RGB value is (214,90,220). Sum of RGB (Red+Green+Blue) = 214+90+220=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #D65ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65ADC is #29A523. Grayscale: #8D8D8D. Windows color (decimal): -2729252 or 14441174. OLE color: 14441174.

HSL color Cylindrical-coordinate representation of color #D65ADC: hue angle of 297.23º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65ADC is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 90 220 -
CMYK 0.03 0.59 0 0.14
HSL 297.23º 0.65% 0.61% -
HSV(B) 297.23º 0.59% 0.86% -
XYZ 44.31 26.78 70.54 -
YUV 141.9 172.08 179.43 -
System Red Green Blue C M Y K H S L
Decimal 214 90 220 0.03 0.59 0 0.14 297.23 0.65 0.61
Hex D6 5A DC 3 3B 0 E 129 41 3D
Octal 326 132 334 3 73 0 16 451 101 75
Binary 11010110 1011010 11011100 11 111011 0 1110 100101001 1000001 111101

Color Harmonies of #D65ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65ADC

Black with #D65ADC

Text Example


Text Example

White with #D65ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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