Html Css Color HEX #D65FC2 Free Speech Magenta

📋 copy color: '#D65FC2'

red 214 ◦ green 95 ◦ blue 194

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

Shades of Free Speech Magenta #D65FC2

Tints of Free Speech Magenta #D65FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.57%

R = 42.54%
G = 18.89%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D65FC2 (or 0xD65FC2) is known color: Free Speech Magenta. HEX triplet: D6, 5F and C2. RGB value is (214,95,194). Sum of RGB (Red+Green+Blue) = 214+95+194=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FC2 is #29A03D. Grayscale: #8D8D8D. Windows color (decimal): -2727998 or 12738518. OLE color: 12738518.

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

Color convert

RGB 214 95 194 -
CMYK 0 0.56 0.09 0.16
HSL 310.08º 0.59% 0.61% -
HSV(B) 310.08º 0.56% 0.84% -
XYZ 41.56 26.38 53.94 -
YUV 141.87 157.42 179.45 -
System Red Green Blue C M Y K H S L
Decimal 214 95 194 0 0.56 0.09 0.16 310.08 0.59 0.61
Hex D6 5F C2 0 38 9 10 136 3B 3D
Octal 326 137 302 0 70 11 20 466 73 75
Binary 11010110 1011111 11000010 0 111000 1001 10000 100110110 111011 111101

Color Harmonies of #D65FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65FC2

Black with #D65FC2

Text Example


Text Example

White with #D65FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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