Html Css Color HEX #D65CC6 Free Speech Magenta

📋 copy color: '#D65CC6'

red 214 ◦ green 92 ◦ blue 198

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

Shades of Free Speech Magenta #D65CC6

Tints of Free Speech Magenta #D65CC6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.25%

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

R = 42.46%
G = 18.25%
B = 39.29%

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

#D65CC6 (or 0xD65CC6) is known color: Free Speech Magenta. HEX triplet: D6, 5C and C6. RGB value is (214,92,198). Sum of RGB (Red+Green+Blue) = 214+92+198=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CC6 is #29A339. Grayscale: #8C8C8C. Windows color (decimal): -2728762 or 12999894. OLE color: 12999894.

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

Color convert

RGB 214 92 198 -
CMYK 0 0.57 0.07 0.16
HSL 307.87º 0.6% 0.6% -
HSV(B) 307.87º 0.57% 0.84% -
XYZ 41.75 26.03 56.25 -
YUV 140.56 160.42 180.38 -
System Red Green Blue C M Y K H S L
Decimal 214 92 198 0 0.57 0.07 0.16 307.87 0.6 0.6
Hex D6 5C C6 0 39 7 10 134 3C 3C
Octal 326 134 306 0 71 7 20 464 74 74
Binary 11010110 1011100 11000110 0 111001 111 10000 100110100 111100 111100

Color Harmonies of #D65CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65CC6

Black with #D65CC6

Text Example


Text Example

White with #D65CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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