Html Css Color HEX #D655C7 Free Speech Magenta

📋 copy color: '#D655C7'

red 214 ◦ green 85 ◦ blue 199

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

Shades of Free Speech Magenta #D655C7

Tints of Free Speech Magenta #D655C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.96%

R = 42.97%
G = 17.07%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D655C7 (or 0xD655C7) is known color: Free Speech Magenta. HEX triplet: D6, 55 and C7. RGB value is (214,85,199). Sum of RGB (Red+Green+Blue) = 214+85+199=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 199 (78.12% from 255 or 39.96% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D655C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655C7 is #29AA38. Grayscale: #888888. Windows color (decimal): -2730553 or 13063638. OLE color: 13063638.

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

Color convert

RGB 214 85 199 -
CMYK 0 0.60 0.07 0.16
HSL 306.98º 0.61% 0.59% -
HSV(B) 306.98º 0.6% 0.84% -
XYZ 41.29 24.92 56.67 -
YUV 136.57 163.24 183.23 -
System Red Green Blue C M Y K H S L
Decimal 214 85 199 0 0.60 0.07 0.16 306.98 0.61 0.59
Hex D6 55 C7 0 3C 7 10 133 3D 3B
Octal 326 125 307 0 74 7 20 463 75 73
Binary 11010110 1010101 11000111 0 111100 111 10000 100110011 111101 111011

Color Harmonies of #D655C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D655C7

Black with #D655C7

Text Example


Text Example

White with #D655C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D655C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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