Html Css Color HEX #D15CE0 Free Speech Magenta

📋 copy color: '#D15CE0'

red 209 ◦ green 92 ◦ blue 224

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

Shades of Free Speech Magenta #D15CE0

Tints of Free Speech Magenta #D15CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.67%

R = 39.81%
G = 17.52%
B = 42.67%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D15CE0 (or 0xD15CE0) is known color: Free Speech Magenta. HEX triplet: D1, 5C and E0. RGB value is (209,92,224). Sum of RGB (Red+Green+Blue) = 209+92+224=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 92 (36.33% from 255 or 17.52% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #D15CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15CE0 is #2EA31F. Grayscale: #8D8D8D. Windows color (decimal): -3056416 or 14703825. OLE color: 14703825.

HSL color Cylindrical-coordinate representation of color #D15CE0: hue angle of 293.18º degrees, saturation: 0.68, 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 #D15CE0 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 92 224 -
CMYK 0.07 0.59 0 0.12
HSL 293.18º 0.68% 0.62% -
HSV(B) 293.18º 0.59% 0.88% -
XYZ 43.58 26.59 73.36 -
YUV 142.03 174.26 175.77 -
System Red Green Blue C M Y K H S L
Decimal 209 92 224 0.07 0.59 0 0.12 293.18 0.68 0.62
Hex D1 5C E0 7 3B 0 C 125 44 3E
Octal 321 134 340 7 73 0 14 445 104 76
Binary 11010001 1011100 11100000 111 111011 0 1100 100100101 1000100 111110

Color Harmonies of #D15CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15CE0

Black with #D15CE0

Text Example


Text Example

White with #D15CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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