Html Css Color HEX #D65FD1 Free Speech Magenta

📋 copy color: '#D65FD1'

red 214 ◦ green 95 ◦ blue 209

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

Shades of Free Speech Magenta #D65FD1

Tints of Free Speech Magenta #D65FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.35%

R = 41.31%
G = 18.34%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D65FD1 (or 0xD65FD1) is known color: Free Speech Magenta. HEX triplet: D6, 5F and D1. RGB value is (214,95,209). Sum of RGB (Red+Green+Blue) = 214+95+209=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FD1 is #29A02E. Grayscale: #8F8F8F. Windows color (decimal): -2727983 or 13721558. OLE color: 13721558.

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

Color convert

RGB 214 95 209 -
CMYK 0 0.56 0.02 0.16
HSL 302.52º 0.59% 0.61% -
HSV(B) 302.52º 0.56% 0.84% -
XYZ 43.33 27.08 63.27 -
YUV 143.58 164.92 178.23 -
System Red Green Blue C M Y K H S L
Decimal 214 95 209 0 0.56 0.02 0.16 302.52 0.59 0.61
Hex D6 5F D1 0 38 2 10 12F 3B 3D
Octal 326 137 321 0 70 2 20 457 73 75
Binary 11010110 1011111 11010001 0 111000 10 10000 100101111 111011 111101

Color Harmonies of #D65FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65FD1

Black with #D65FD1

Text Example


Text Example

White with #D65FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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