Html Css Color HEX #D65FDF Free Speech Magenta

📋 copy color: '#D65FDF'

red 214 ◦ green 95 ◦ blue 223

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

Shades of Free Speech Magenta #D65FDF

Tints of Free Speech Magenta #D65FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.92%

R = 40.23%
G = 17.86%
B = 41.92%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D65FDF (or 0xD65FDF) is known color: Free Speech Magenta. HEX triplet: D6, 5F and DF. RGB value is (214,95,223). Sum of RGB (Red+Green+Blue) = 214+95+223=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 95 (37.5% from 255 or 17.86% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #D65FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FDF is #29A020. Grayscale: #909090. Windows color (decimal): -2727969 or 14639062. OLE color: 14639062.

HSL color Cylindrical-coordinate representation of color #D65FDF: hue angle of 295.78º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65FDF is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 95 223 -
CMYK 0.04 0.57 0 0.13
HSL 295.78º 0.67% 0.62% -
HSV(B) 295.78º 0.57% 0.87% -
XYZ 45.14 27.81 72.8 -
YUV 145.17 171.92 177.09 -
System Red Green Blue C M Y K H S L
Decimal 214 95 223 0.04 0.57 0 0.13 295.78 0.67 0.62
Hex D6 5F DF 4 39 0 D 128 43 3E
Octal 326 137 337 4 71 0 15 450 103 76
Binary 11010110 1011111 11011111 100 111001 0 1101 100101000 1000011 111110

Color Harmonies of #D65FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65FDF

Black with #D65FDF

Text Example


Text Example

White with #D65FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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