Html Css Color HEX #D65DC8 Free Speech Magenta

📋 copy color: '#D65DC8'

red 214 ◦ green 93 ◦ blue 200

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

Shades of Free Speech Magenta #D65DC8

Tints of Free Speech Magenta #D65DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.45%

R = 42.21%
G = 18.34%
B = 39.45%

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

#D65DC8 (or 0xD65DC8) is known color: Free Speech Magenta. HEX triplet: D6, 5D and C8. RGB value is (214,93,200). Sum of RGB (Red+Green+Blue) = 214+93+200=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DC8 is #29A237. Grayscale: #8D8D8D. Windows color (decimal): -2728504 or 13131222. OLE color: 13131222.

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

Color convert

RGB 214 93 200 -
CMYK 0 0.57 0.07 0.16
HSL 306.94º 0.6% 0.6% -
HSV(B) 306.94º 0.57% 0.84% -
XYZ 42.07 26.29 57.5 -
YUV 141.38 161.09 179.8 -
System Red Green Blue C M Y K H S L
Decimal 214 93 200 0 0.57 0.07 0.16 306.94 0.6 0.6
Hex D6 5D C8 0 39 7 10 133 3C 3C
Octal 326 135 310 0 71 7 20 463 74 74
Binary 11010110 1011101 11001000 0 111001 111 10000 100110011 111100 111100

Color Harmonies of #D65DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65DC8

Black with #D65DC8

Text Example


Text Example

White with #D65DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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