Html Css Color HEX #D65ADD Free Speech Magenta

📋 copy color: '#D65ADD'

red 214 ◦ green 90 ◦ blue 221

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

Shades of Free Speech Magenta #D65ADD

Tints of Free Speech Magenta #D65ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 40.76%
G = 17.14%
B = 42.1%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D65ADD (or 0xD65ADD) is known color: Free Speech Magenta. HEX triplet: D6, 5A and DD. RGB value is (214,90,221). Sum of RGB (Red+Green+Blue) = 214+90+221=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 90 (35.55% from 255 or 17.14% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #D65ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65ADD is #29A522. Grayscale: #8D8D8D. Windows color (decimal): -2729251 or 14506710. OLE color: 14506710.

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

Color convert

RGB 214 90 221 -
CMYK 0.03 0.59 0 0.13
HSL 296.79º 0.66% 0.61% -
HSV(B) 296.79º 0.59% 0.87% -
XYZ 44.44 26.83 71.24 -
YUV 142.01 172.58 179.35 -
System Red Green Blue C M Y K H S L
Decimal 214 90 221 0.03 0.59 0 0.13 296.79 0.66 0.61
Hex D6 5A DD 3 3B 0 D 129 42 3D
Octal 326 132 335 3 73 0 15 451 102 75
Binary 11010110 1011010 11011101 11 111011 0 1101 100101001 1000010 111101

Color Harmonies of #D65ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65ADD

Black with #D65ADD

Text Example


Text Example

White with #D65ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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