Html Css Color HEX #D65DC7 Free Speech Magenta

📋 copy color: '#D65DC7'

red 214 ◦ green 93 ◦ blue 199

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

Shades of Free Speech Magenta #D65DC7

Tints of Free Speech Magenta #D65DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.33%

R = 42.29%
G = 18.38%
B = 39.33%

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

#D65DC7 (or 0xD65DC7) is known color: Free Speech Magenta. HEX triplet: D6, 5D and C7. RGB value is (214,93,199). Sum of RGB (Red+Green+Blue) = 214+93+199=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DC7 is #29A238. Grayscale: #8C8C8C. Windows color (decimal): -2728505 or 13065686. OLE color: 13065686.

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

Color convert

RGB 214 93 199 -
CMYK 0 0.57 0.07 0.16
HSL 307.44º 0.6% 0.6% -
HSV(B) 307.44º 0.57% 0.84% -
XYZ 41.95 26.25 56.89 -
YUV 141.26 160.59 179.88 -
System Red Green Blue C M Y K H S L
Decimal 214 93 199 0 0.57 0.07 0.16 307.44 0.6 0.6
Hex D6 5D C7 0 39 7 10 133 3C 3C
Octal 326 135 307 0 71 7 20 463 74 74
Binary 11010110 1011101 11000111 0 111001 111 10000 100110011 111100 111100

Color Harmonies of #D65DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65DC7

Black with #D65DC7

Text Example


Text Example

White with #D65DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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