Html Css Color HEX #D651C9 Free Speech Magenta

📋 copy color: '#D651C9'

red 214 ◦ green 81 ◦ blue 201

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

Shades of Free Speech Magenta #D651C9

Tints of Free Speech Magenta #D651C9

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.33%

 BLUE value IS 201 (78.91% from 255) = 40.52%

R = 43.15%
G = 16.33%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D651C9 (or 0xD651C9) is known color: Free Speech Magenta. HEX triplet: D6, 51 and C9. RGB value is (214,81,201). Sum of RGB (Red+Green+Blue) = 214+81+201=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D651C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D651C9 is #29AE36. Grayscale: #868686. Windows color (decimal): -2731575 or 13193686. OLE color: 13193686.

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

Color convert

RGB 214 81 201 -
CMYK 0 0.62 0.06 0.16
HSL 305.86º 0.62% 0.58% -
HSV(B) 305.86º 0.62% 0.84% -
XYZ 41.22 24.4 57.8 -
YUV 134.45 165.56 184.74 -
System Red Green Blue C M Y K H S L
Decimal 214 81 201 0 0.62 0.06 0.16 305.86 0.62 0.58
Hex D6 51 C9 0 3E 6 10 132 3E 3A
Octal 326 121 311 0 76 6 20 462 76 72
Binary 11010110 1010001 11001001 0 111110 110 10000 100110010 111110 111010

Color Harmonies of #D651C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D651C9

Black with #D651C9

Text Example


Text Example

White with #D651C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D651C9; }

 p { color: rgb(214,81,201); }

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

background-color css

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

 a { background-color: rgb(214,81,201); }

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

border-color css

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

 span { border-color: rgb(214,81,201); }

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