Html Css Color HEX #D65DC6 Free Speech Magenta

📋 copy color: '#D65DC6'

red 214 ◦ green 93 ◦ blue 198

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

Shades of Free Speech Magenta #D65DC6

Tints of Free Speech Magenta #D65DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.21%

R = 42.38%
G = 18.42%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D65DC6 (or 0xD65DC6) is known color: Free Speech Magenta. HEX triplet: D6, 5D and C6. RGB value is (214,93,198). Sum of RGB (Red+Green+Blue) = 214+93+198=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 198 (77.73% from 255 or 39.21% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DC6 is #29A239. Grayscale: #8C8C8C. Windows color (decimal): -2728506 or 13000150. OLE color: 13000150.

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

Color convert

RGB 214 93 198 -
CMYK 0 0.57 0.07 0.16
HSL 307.93º 0.6% 0.6% -
HSV(B) 307.93º 0.57% 0.84% -
XYZ 41.84 26.2 56.28 -
YUV 141.15 160.09 179.96 -
System Red Green Blue C M Y K H S L
Decimal 214 93 198 0 0.57 0.07 0.16 307.93 0.6 0.6
Hex D6 5D C6 0 39 7 10 134 3C 3C
Octal 326 135 306 0 71 7 20 464 74 74
Binary 11010110 1011101 11000110 0 111001 111 10000 100110100 111100 111100

Color Harmonies of #D65DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65DC6

Black with #D65DC6

Text Example


Text Example

White with #D65DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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