Html Css Color HEX #D65FCC Free Speech Magenta

📋 copy color: '#D65FCC'

red 214 ◦ green 95 ◦ blue 204

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

Shades of Free Speech Magenta #D65FCC

Tints of Free Speech Magenta #D65FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.77%

R = 41.72%
G = 18.52%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D65FCC (or 0xD65FCC) is known color: Free Speech Magenta. HEX triplet: D6, 5F and CC. RGB value is (214,95,204). Sum of RGB (Red+Green+Blue) = 214+95+204=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FCC is #29A033. Grayscale: #8E8E8E. Windows color (decimal): -2727988 or 13393878. OLE color: 13393878.

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

Color convert

RGB 214 95 204 -
CMYK 0 0.56 0.05 0.16
HSL 305.04º 0.59% 0.61% -
HSV(B) 305.04º 0.56% 0.84% -
XYZ 42.72 26.84 60.06 -
YUV 143.01 162.42 178.64 -
System Red Green Blue C M Y K H S L
Decimal 214 95 204 0 0.56 0.05 0.16 305.04 0.59 0.61
Hex D6 5F CC 0 38 5 10 131 3B 3D
Octal 326 137 314 0 70 5 20 461 73 75
Binary 11010110 1011111 11001100 0 111000 101 10000 100110001 111011 111101

Color Harmonies of #D65FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65FCC

Black with #D65FCC

Text Example


Text Example

White with #D65FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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