Html Css Color HEX #D65DC3 Free Speech Magenta

📋 copy color: '#D65DC3'

red 214 ◦ green 93 ◦ blue 195

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

Shades of Free Speech Magenta #D65DC3

Tints of Free Speech Magenta #D65DC3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.53%

 BLUE value IS 195 (76.56% from 255) = 38.84%

R = 42.63%
G = 18.53%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D65DC3 (or 0xD65DC3) is known color: Free Speech Magenta. HEX triplet: D6, 5D and C3. RGB value is (214,93,195). Sum of RGB (Red+Green+Blue) = 214+93+195=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 195 (76.56% from 255 or 38.84% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DC3 is #29A23C. Grayscale: #8C8C8C. Windows color (decimal): -2728509 or 12803542. OLE color: 12803542.

HSL color Cylindrical-coordinate representation of color #D65DC3: hue angle of 309.42º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65DC3 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 93 195 -
CMYK 0 0.57 0.09 0.16
HSL 309.42º 0.6% 0.6% -
HSV(B) 309.42º 0.57% 0.84% -
XYZ 41.5 26.06 54.47 -
YUV 140.81 158.59 180.21 -
System Red Green Blue C M Y K H S L
Decimal 214 93 195 0 0.57 0.09 0.16 309.42 0.6 0.6
Hex D6 5D C3 0 39 9 10 135 3C 3C
Octal 326 135 303 0 71 11 20 465 74 74
Binary 11010110 1011101 11000011 0 111001 1001 10000 100110101 111100 111100

Color Harmonies of #D65DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65DC3

Black with #D65DC3

Text Example


Text Example

White with #D65DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65DC3; }

 p { color: rgb(214,93,195); }

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

background-color css

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

 a { background-color: rgb(214,93,195); }

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

border-color css

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

 span { border-color: rgb(214,93,195); }

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