Html Css Color HEX #D65CE1 Free Speech Magenta

📋 copy color: '#D65CE1'

red 214 ◦ green 92 ◦ blue 225

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

Shades of Free Speech Magenta #D65CE1

Tints of Free Speech Magenta #D65CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.37%

R = 40.3%
G = 17.33%
B = 42.37%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D65CE1 (or 0xD65CE1) is known color: Free Speech Magenta. HEX triplet: D6, 5C and E1. RGB value is (214,92,225). Sum of RGB (Red+Green+Blue) = 214+92+225=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 92 (36.33% from 255 or 17.33% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #D65CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CE1 is #29A31E. Grayscale: #8F8F8F. Windows color (decimal): -2728735 or 14769366. OLE color: 14769366.

HSL color Cylindrical-coordinate representation of color #D65CE1: hue angle of 295.04º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65CE1 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 92 225 -
CMYK 0.05 0.59 0 0.12
HSL 295.04º 0.69% 0.62% -
HSV(B) 295.04º 0.59% 0.88% -
XYZ 45.15 27.39 74.14 -
YUV 143.64 173.92 178.19 -
System Red Green Blue C M Y K H S L
Decimal 214 92 225 0.05 0.59 0 0.12 295.04 0.69 0.62
Hex D6 5C E1 5 3B 0 C 127 45 3E
Octal 326 134 341 5 73 0 14 447 105 76
Binary 11010110 1011100 11100001 101 111011 0 1100 100100111 1000101 111110

Color Harmonies of #D65CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65CE1

Black with #D65CE1

Text Example


Text Example

White with #D65CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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