Html Css Color HEX #D65FD3 Free Speech Magenta

📋 copy color: '#D65FD3'

red 214 ◦ green 95 ◦ blue 211

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

Shades of Free Speech Magenta #D65FD3

Tints of Free Speech Magenta #D65FD3

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.27%

 BLUE value IS 211 (82.81% from 255) = 40.58%

R = 41.15%
G = 18.27%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D65FD3 (or 0xD65FD3) is known color: Free Speech Magenta. HEX triplet: D6, 5F and D3. RGB value is (214,95,211). Sum of RGB (Red+Green+Blue) = 214+95+211=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FD3 is #29A02C. Grayscale: #8F8F8F. Windows color (decimal): -2727981 or 13852630. OLE color: 13852630.

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

Color convert

RGB 214 95 211 -
CMYK 0 0.56 0.01 0.16
HSL 301.51º 0.59% 0.61% -
HSV(B) 301.51º 0.56% 0.84% -
XYZ 43.58 27.18 64.58 -
YUV 143.81 165.92 178.07 -
System Red Green Blue C M Y K H S L
Decimal 214 95 211 0 0.56 0.01 0.16 301.51 0.59 0.61
Hex D6 5F D3 0 38 1 10 12E 3B 3D
Octal 326 137 323 0 70 1 20 456 73 75
Binary 11010110 1011111 11010011 0 111000 1 10000 100101110 111011 111101

Color Harmonies of #D65FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65FD3

Black with #D65FD3

Text Example


Text Example

White with #D65FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65FD3; }

 p { color: rgb(214,95,211); }

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

background-color css

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

 a { background-color: rgb(214,95,211); }

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

border-color css

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

 span { border-color: rgb(214,95,211); }

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