Html Css Color HEX #D655D3 Free Speech Magenta

📋 copy color: '#D655D3'

red 214 ◦ green 85 ◦ blue 211

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

Shades of Free Speech Magenta #D655D3

Tints of Free Speech Magenta #D655D3

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.67%

 BLUE value IS 211 (82.81% from 255) = 41.37%

R = 41.96%
G = 16.67%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D655D3 (or 0xD655D3) is known color: Free Speech Magenta. HEX triplet: D6, 55 and D3. RGB value is (214,85,211). Sum of RGB (Red+Green+Blue) = 214+85+211=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D655D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655D3 is #29AA2C. Grayscale: #898989. Windows color (decimal): -2730541 or 13850070. OLE color: 13850070.

HSL color Cylindrical-coordinate representation of color #D655D3: hue angle of 301.4º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D655D3 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 85 211 -
CMYK 0 0.60 0.01 0.16
HSL 301.4º 0.61% 0.59% -
HSV(B) 301.4º 0.6% 0.84% -
XYZ 42.74 25.5 64.3 -
YUV 137.94 169.24 182.25 -
System Red Green Blue C M Y K H S L
Decimal 214 85 211 0 0.60 0.01 0.16 301.4 0.61 0.59
Hex D6 55 D3 0 3C 1 10 12D 3D 3B
Octal 326 125 323 0 74 1 20 455 75 73
Binary 11010110 1010101 11010011 0 111100 1 10000 100101101 111101 111011

Color Harmonies of #D655D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D655D3

Black with #D655D3

Text Example


Text Example

White with #D655D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D655D3; }

 p { color: rgb(214,85,211); }

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

background-color css

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

 a { background-color: rgb(214,85,211); }

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

border-color css

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

 span { border-color: rgb(214,85,211); }

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