Html Css Color HEX #D641D2 Free Speech Magenta

📋 copy color: '#D641D2'

red 214 ◦ green 65 ◦ blue 210

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

Shades of Free Speech Magenta #D641D2

Tints of Free Speech Magenta #D641D2

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.29%

 BLUE value IS 210 (82.42% from 255) = 42.94%

R = 43.76%
G = 13.29%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D641D2 (or 0xD641D2) is known color: Free Speech Magenta. HEX triplet: D6, 41 and D2. RGB value is (214,65,210). Sum of RGB (Red+Green+Blue) = 214+65+210=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D641D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D641D2 is #29BE2D. Grayscale: #7D7D7D. Windows color (decimal): -2735662 or 13779414. OLE color: 13779414.

HSL color Cylindrical-coordinate representation of color #D641D2: hue angle of 301.61º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D641D2 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 65 210 -
CMYK 0 0.70 0.02 0.16
HSL 301.61º 0.65% 0.55% -
HSV(B) 301.61º 0.7% 0.84% -
XYZ 41.25 22.73 63.19 -
YUV 126.08 175.36 190.71 -
System Red Green Blue C M Y K H S L
Decimal 214 65 210 0 0.70 0.02 0.16 301.61 0.65 0.55
Hex D6 41 D2 0 46 2 10 12E 41 37
Octal 326 101 322 0 106 2 20 456 101 67
Binary 11010110 1000001 11010010 0 1000110 10 10000 100101110 1000001 110111

Color Harmonies of #D641D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D641D2

Black with #D641D2

Text Example


Text Example

White with #D641D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D641D2; }

 p { color: rgb(214,65,210); }

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

background-color css

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

 a { background-color: rgb(214,65,210); }

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

border-color css

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

 span { border-color: rgb(214,65,210); }

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