Html Css Color HEX #D65AC6 Free Speech Magenta

📋 copy color: '#D65AC6'

red 214 ◦ green 90 ◦ blue 198

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

Shades of Free Speech Magenta #D65AC6

Tints of Free Speech Magenta #D65AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.44%

R = 42.63%
G = 17.93%
B = 39.44%

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

#D65AC6 (or 0xD65AC6) is known color: Free Speech Magenta. HEX triplet: D6, 5A and C6. RGB value is (214,90,198). Sum of RGB (Red+Green+Blue) = 214+90+198=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65AC6 is #29A539. Grayscale: #8B8B8B. Windows color (decimal): -2729274 or 12999382. OLE color: 12999382.

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

Color convert

RGB 214 90 198 -
CMYK 0 0.58 0.07 0.16
HSL 307.74º 0.6% 0.6% -
HSV(B) 307.74º 0.58% 0.84% -
XYZ 41.58 25.69 56.19 -
YUV 139.39 161.08 181.22 -
System Red Green Blue C M Y K H S L
Decimal 214 90 198 0 0.58 0.07 0.16 307.74 0.6 0.6
Hex D6 5A C6 0 3A 7 10 134 3C 3C
Octal 326 132 306 0 72 7 20 464 74 74
Binary 11010110 1011010 11000110 0 111010 111 10000 100110100 111100 111100

Color Harmonies of #D65AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65AC6

Black with #D65AC6

Text Example


Text Example

White with #D65AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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