Html Css Color HEX #D65FC1 Free Speech Magenta

📋 copy color: '#D65FC1'

red 214 ◦ green 95 ◦ blue 193

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

Shades of Free Speech Magenta #D65FC1

Tints of Free Speech Magenta #D65FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.45%

R = 42.63%
G = 18.92%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D65FC1 (or 0xD65FC1) is known color: Free Speech Magenta. HEX triplet: D6, 5F and C1. RGB value is (214,95,193). Sum of RGB (Red+Green+Blue) = 214+95+193=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FC1 is #29A03E. Grayscale: #8D8D8D. Windows color (decimal): -2727999 or 12672982. OLE color: 12672982.

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

Color convert

RGB 214 95 193 -
CMYK 0 0.56 0.10 0.16
HSL 310.59º 0.59% 0.61% -
HSV(B) 310.59º 0.56% 0.84% -
XYZ 41.45 26.33 53.35 -
YUV 141.75 156.92 179.53 -
System Red Green Blue C M Y K H S L
Decimal 214 95 193 0 0.56 0.10 0.16 310.59 0.59 0.61
Hex D6 5F C1 0 38 A 10 137 3B 3D
Octal 326 137 301 0 70 12 20 467 73 75
Binary 11010110 1011111 11000001 0 111000 1010 10000 100110111 111011 111101

Color Harmonies of #D65FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65FC1

Black with #D65FC1

Text Example


Text Example

White with #D65FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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