Html Css Color HEX #D659CD Free Speech Magenta

📋 copy color: '#D659CD'

red 214 ◦ green 89 ◦ blue 205

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

Shades of Free Speech Magenta #D659CD

Tints of Free Speech Magenta #D659CD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.52%

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

R = 42.13%
G = 17.52%
B = 40.35%

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

#D659CD (or 0xD659CD) is known color: Free Speech Magenta. HEX triplet: D6, 59 and CD. RGB value is (214,89,205). Sum of RGB (Red+Green+Blue) = 214+89+205=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 89 (35.16% from 255 or 17.52% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D659CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659CD is #29A632. Grayscale: #8B8B8B. Windows color (decimal): -2729523 or 13457878. OLE color: 13457878.

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

Color convert

RGB 214 89 205 -
CMYK 0 0.58 0.04 0.16
HSL 304.32º 0.6% 0.59% -
HSV(B) 304.32º 0.58% 0.84% -
XYZ 42.32 25.85 60.52 -
YUV 139.6 164.91 181.07 -
System Red Green Blue C M Y K H S L
Decimal 214 89 205 0 0.58 0.04 0.16 304.32 0.6 0.59
Hex D6 59 CD 0 3A 4 10 130 3C 3B
Octal 326 131 315 0 72 4 20 460 74 73
Binary 11010110 1011001 11001101 0 111010 100 10000 100110000 111100 111011

Color Harmonies of #D659CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D659CD

Black with #D659CD

Text Example


Text Example

White with #D659CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D659CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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