Html Css Color HEX #D65DC9 Free Speech Magenta

📋 copy color: '#D65DC9'

red 214 ◦ green 93 ◦ blue 201

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

Shades of Free Speech Magenta #D65DC9

Tints of Free Speech Magenta #D65DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.57%

R = 42.13%
G = 18.31%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D65DC9 (or 0xD65DC9) is known color: Free Speech Magenta. HEX triplet: D6, 5D and C9. RGB value is (214,93,201). Sum of RGB (Red+Green+Blue) = 214+93+201=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DC9 is #29A236. Grayscale: #8D8D8D. Windows color (decimal): -2728503 or 13196758. OLE color: 13196758.

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

Color convert

RGB 214 93 201 -
CMYK 0 0.57 0.06 0.16
HSL 306.45º 0.6% 0.6% -
HSV(B) 306.45º 0.57% 0.84% -
XYZ 42.19 26.34 58.12 -
YUV 141.49 161.59 179.72 -
System Red Green Blue C M Y K H S L
Decimal 214 93 201 0 0.57 0.06 0.16 306.45 0.6 0.6
Hex D6 5D C9 0 39 6 10 132 3C 3C
Octal 326 135 311 0 71 6 20 462 74 74
Binary 11010110 1011101 11001001 0 111001 110 10000 100110010 111100 111100

Color Harmonies of #D65DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65DC9

Black with #D65DC9

Text Example


Text Example

White with #D65DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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