Html Css Color HEX #D65ACD Free Speech Magenta

📋 copy color: '#D65ACD'

red 214 ◦ green 90 ◦ blue 205

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

Shades of Free Speech Magenta #D65ACD

Tints of Free Speech Magenta #D65ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.28%

R = 42.04%
G = 17.68%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D65ACD (or 0xD65ACD) is known color: Free Speech Magenta. HEX triplet: D6, 5A and CD. RGB value is (214,90,205). Sum of RGB (Red+Green+Blue) = 214+90+205=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D65ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65ACD is #29A532. Grayscale: #8B8B8B. Windows color (decimal): -2729267 or 13458134. OLE color: 13458134.

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

Color convert

RGB 214 90 205 -
CMYK 0 0.58 0.04 0.16
HSL 304.35º 0.6% 0.6% -
HSV(B) 304.35º 0.58% 0.84% -
XYZ 42.41 26.02 60.54 -
YUV 140.19 164.58 180.65 -
System Red Green Blue C M Y K H S L
Decimal 214 90 205 0 0.58 0.04 0.16 304.35 0.6 0.6
Hex D6 5A CD 0 3A 4 10 130 3C 3C
Octal 326 132 315 0 72 4 20 460 74 74
Binary 11010110 1011010 11001101 0 111010 100 10000 100110000 111100 111100

Color Harmonies of #D65ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65ACD

Black with #D65ACD

Text Example


Text Example

White with #D65ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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