Html Css Color HEX #D65AC8 Free Speech Magenta

📋 copy color: '#D65AC8'

red 214 ◦ green 90 ◦ blue 200

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

Shades of Free Speech Magenta #D65AC8

Tints of Free Speech Magenta #D65AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.68%

R = 42.46%
G = 17.86%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D65AC8 (or 0xD65AC8) is known color: Free Speech Magenta. HEX triplet: D6, 5A and C8. RGB value is (214,90,200). Sum of RGB (Red+Green+Blue) = 214+90+200=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65AC8 is #29A537. Grayscale: #8B8B8B. Windows color (decimal): -2729272 or 13130454. OLE color: 13130454.

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

Color convert

RGB 214 90 200 -
CMYK 0 0.58 0.07 0.16
HSL 306.77º 0.6% 0.6% -
HSV(B) 306.77º 0.58% 0.84% -
XYZ 41.81 25.78 57.42 -
YUV 139.62 162.08 181.06 -
System Red Green Blue C M Y K H S L
Decimal 214 90 200 0 0.58 0.07 0.16 306.77 0.6 0.6
Hex D6 5A C8 0 3A 7 10 133 3C 3C
Octal 326 132 310 0 72 7 20 463 74 74
Binary 11010110 1011010 11001000 0 111010 111 10000 100110011 111100 111100

Color Harmonies of #D65AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65AC8

Black with #D65AC8

Text Example


Text Example

White with #D65AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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