Html Css Color HEX #D65AE0 Free Speech Magenta

📋 copy color: '#D65AE0'

red 214 ◦ green 90 ◦ blue 224

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

Shades of Free Speech Magenta #D65AE0

Tints of Free Speech Magenta #D65AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.42%

R = 40.53%
G = 17.05%
B = 42.42%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D65AE0 (or 0xD65AE0) is known color: Free Speech Magenta. HEX triplet: D6, 5A and E0. RGB value is (214,90,224). Sum of RGB (Red+Green+Blue) = 214+90+224=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 90 (35.55% from 255 or 17.05% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #D65AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65AE0 is #29A51F. Grayscale: #8D8D8D. Windows color (decimal): -2729248 or 14703318. OLE color: 14703318.

HSL color Cylindrical-coordinate representation of color #D65AE0: hue angle of 295.52º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65AE0 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 90 224 -
CMYK 0.04 0.60 0 0.12
HSL 295.52º 0.68% 0.62% -
HSV(B) 295.52º 0.6% 0.88% -
XYZ 44.84 26.99 73.37 -
YUV 142.35 174.08 179.1 -
System Red Green Blue C M Y K H S L
Decimal 214 90 224 0.04 0.60 0 0.12 295.52 0.68 0.62
Hex D6 5A E0 4 3C 0 C 128 44 3E
Octal 326 132 340 4 74 0 14 450 104 76
Binary 11010110 1011010 11100000 100 111100 0 1100 100101000 1000100 111110

Color Harmonies of #D65AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65AE0

Black with #D65AE0

Text Example


Text Example

White with #D65AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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