Html Css Color HEX #D65AE6 Free Speech Magenta

📋 copy color: '#D65AE6'

red 214 ◦ green 90 ◦ blue 230

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

Shades of Free Speech Magenta #D65AE6

Tints of Free Speech Magenta #D65AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.07%

R = 40.07%
G = 16.85%
B = 43.07%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D65AE6 (or 0xD65AE6) is known color: Free Speech Magenta. HEX triplet: D6, 5A and E6. RGB value is (214,90,230). Sum of RGB (Red+Green+Blue) = 214+90+230=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 90 (35.55% from 255 or 16.85% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #D65AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65AE6 is #29A519. Grayscale: #8E8E8E. Windows color (decimal): -2729242 or 15096534. OLE color: 15096534.

HSL color Cylindrical-coordinate representation of color #D65AE6: hue angle of 293.14º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65AE6 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 90 230 -
CMYK 0.07 0.61 0 0.10
HSL 293.14º 0.74% 0.63% -
HSV(B) 293.14º 0.61% 0.9% -
XYZ 45.67 27.32 77.73 -
YUV 143.04 177.08 178.62 -
System Red Green Blue C M Y K H S L
Decimal 214 90 230 0.07 0.61 0 0.10 293.14 0.74 0.63
Hex D6 5A E6 7 3D 0 A 125 4A 3F
Octal 326 132 346 7 75 0 12 445 112 77
Binary 11010110 1011010 11100110 111 111101 0 1010 100100101 1001010 111111

Color Harmonies of #D65AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65AE6

Black with #D65AE6

Text Example


Text Example

White with #D65AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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