Html Css Color HEX #D65FCD Free Speech Magenta

📋 copy color: '#D65FCD'

red 214 ◦ green 95 ◦ blue 205

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

Shades of Free Speech Magenta #D65FCD

Tints of Free Speech Magenta #D65FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.88%

R = 41.63%
G = 18.48%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D65FCD (or 0xD65FCD) is known color: Free Speech Magenta. HEX triplet: D6, 5F and CD. RGB value is (214,95,205). Sum of RGB (Red+Green+Blue) = 214+95+205=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FCD is #29A032. Grayscale: #8E8E8E. Windows color (decimal): -2727987 or 13459414. OLE color: 13459414.

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

Color convert

RGB 214 95 205 -
CMYK 0 0.56 0.04 0.16
HSL 304.54º 0.59% 0.61% -
HSV(B) 304.54º 0.56% 0.84% -
XYZ 42.84 26.89 60.69 -
YUV 143.12 162.92 178.56 -
System Red Green Blue C M Y K H S L
Decimal 214 95 205 0 0.56 0.04 0.16 304.54 0.59 0.61
Hex D6 5F CD 0 38 4 10 131 3B 3D
Octal 326 137 315 0 70 4 20 461 73 75
Binary 11010110 1011111 11001101 0 111000 100 10000 100110001 111011 111101

Color Harmonies of #D65FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65FCD

Black with #D65FCD

Text Example


Text Example

White with #D65FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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