Html Css Color HEX #D65CC5 Free Speech Magenta

📋 copy color: '#D65CC5'

red 214 ◦ green 92 ◦ blue 197

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

Shades of Free Speech Magenta #D65CC5

Tints of Free Speech Magenta #D65CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.17%

R = 42.54%
G = 18.29%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D65CC5 (or 0xD65CC5) is known color: Free Speech Magenta. HEX triplet: D6, 5C and C5. RGB value is (214,92,197). Sum of RGB (Red+Green+Blue) = 214+92+197=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CC5 is #29A33A. Grayscale: #8C8C8C. Windows color (decimal): -2728763 or 12934358. OLE color: 12934358.

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

Color convert

RGB 214 92 197 -
CMYK 0 0.57 0.08 0.16
HSL 308.36º 0.6% 0.6% -
HSV(B) 308.36º 0.57% 0.84% -
XYZ 41.64 25.98 55.64 -
YUV 140.45 159.92 180.46 -
System Red Green Blue C M Y K H S L
Decimal 214 92 197 0 0.57 0.08 0.16 308.36 0.6 0.6
Hex D6 5C C5 0 39 8 10 134 3C 3C
Octal 326 134 305 0 71 10 20 464 74 74
Binary 11010110 1011100 11000101 0 111001 1000 10000 100110100 111100 111100

Color Harmonies of #D65CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65CC5

Black with #D65CC5

Text Example


Text Example

White with #D65CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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