Html Css Color HEX #D655CC Free Speech Magenta

📋 copy color: '#D655CC'

red 214 ◦ green 85 ◦ blue 204

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

Shades of Free Speech Magenta #D655CC

Tints of Free Speech Magenta #D655CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 42.54%
G = 16.9%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D655CC (or 0xD655CC) is known color: Free Speech Magenta. HEX triplet: D6, 55 and CC. RGB value is (214,85,204). Sum of RGB (Red+Green+Blue) = 214+85+204=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D655CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655CC is #29AA33. Grayscale: #888888. Windows color (decimal): -2730548 or 13391318. OLE color: 13391318.

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

Color convert

RGB 214 85 204 -
CMYK 0 0.60 0.05 0.16
HSL 304.65º 0.61% 0.59% -
HSV(B) 304.65º 0.6% 0.84% -
XYZ 41.88 25.15 59.77 -
YUV 137.14 165.74 182.82 -
System Red Green Blue C M Y K H S L
Decimal 214 85 204 0 0.60 0.05 0.16 304.65 0.61 0.59
Hex D6 55 CC 0 3C 5 10 131 3D 3B
Octal 326 125 314 0 74 5 20 461 75 73
Binary 11010110 1010101 11001100 0 111100 101 10000 100110001 111101 111011

Color Harmonies of #D655CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D655CC

Black with #D655CC

Text Example


Text Example

White with #D655CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D655CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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