Html Css Color HEX #D15CE6 Free Speech Magenta

📋 copy color: '#D15CE6'

red 209 ◦ green 92 ◦ blue 230

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

Shades of Free Speech Magenta #D15CE6

Tints of Free Speech Magenta #D15CE6

RGB

 RED value IS 209 (82.03% from 255) = 39.36%

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

 BLUE value IS 230 (90.23% from 255) = 43.31%

R = 39.36%
G = 17.33%
B = 43.31%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D15CE6 (or 0xD15CE6) is known color: Free Speech Magenta. HEX triplet: D1, 5C and E6. RGB value is (209,92,230). Sum of RGB (Red+Green+Blue) = 209+92+230=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 92 (36.33% from 255 or 17.33% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #D15CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15CE6 is #2EA319. Grayscale: #8E8E8E. Windows color (decimal): -3056410 or 15097041. OLE color: 15097041.

HSL color Cylindrical-coordinate representation of color #D15CE6: hue angle of 290.87º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15CE6 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 92 230 -
CMYK 0.09 0.60 0 0.10
HSL 290.87º 0.73% 0.63% -
HSV(B) 290.87º 0.6% 0.9% -
XYZ 44.4 26.92 77.72 -
YUV 142.72 177.26 175.28 -
System Red Green Blue C M Y K H S L
Decimal 209 92 230 0.09 0.60 0 0.10 290.87 0.73 0.63
Hex D1 5C E6 9 3C 0 A 123 49 3F
Octal 321 134 346 11 74 0 12 443 111 77
Binary 11010001 1011100 11100110 1001 111100 0 1010 100100011 1001001 111111

Color Harmonies of #D15CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15CE6

Black with #D15CE6

Text Example


Text Example

White with #D15CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15CE6; }

 p { color: rgb(209,92,230); }

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

background-color css

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

 a { background-color: rgb(209,92,230); }

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

border-color css

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

 span { border-color: rgb(209,92,230); }

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