Html Css Color HEX #D65AC5 Free Speech Magenta

📋 copy color: '#D65AC5'

red 214 ◦ green 90 ◦ blue 197

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

Shades of Free Speech Magenta #D65AC5

Tints of Free Speech Magenta #D65AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.32%

R = 42.71%
G = 17.96%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D65AC5 (or 0xD65AC5) is known color: Free Speech Magenta. HEX triplet: D6, 5A and C5. RGB value is (214,90,197). Sum of RGB (Red+Green+Blue) = 214+90+197=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65AC5 is #29A53A. Grayscale: #8A8A8A. Windows color (decimal): -2729275 or 12933846. OLE color: 12933846.

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

Color convert

RGB 214 90 197 -
CMYK 0 0.58 0.08 0.16
HSL 308.23º 0.6% 0.6% -
HSV(B) 308.23º 0.58% 0.84% -
XYZ 41.47 25.64 55.59 -
YUV 139.27 160.58 181.3 -
System Red Green Blue C M Y K H S L
Decimal 214 90 197 0 0.58 0.08 0.16 308.23 0.6 0.6
Hex D6 5A C5 0 3A 8 10 134 3C 3C
Octal 326 132 305 0 72 10 20 464 74 74
Binary 11010110 1011010 11000101 0 111010 1000 10000 100110100 111100 111100

Color Harmonies of #D65AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65AC5

Black with #D65AC5

Text Example


Text Example

White with #D65AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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