Html Css Color HEX #D153E1 Free Speech Magenta

📋 copy color: '#D153E1'

red 209 ◦ green 83 ◦ blue 225

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

Shades of Free Speech Magenta #D153E1

Tints of Free Speech Magenta #D153E1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.05%

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

R = 40.43%
G = 16.05%
B = 43.52%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D153E1 (or 0xD153E1) is known color: Free Speech Magenta. HEX triplet: D1, 53 and E1. RGB value is (209,83,225). Sum of RGB (Red+Green+Blue) = 209+83+225=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #D153E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D153E1 is #2EAC1E. Grayscale: #888888. Windows color (decimal): -3058719 or 14767057. OLE color: 14767057.

HSL color Cylindrical-coordinate representation of color #D153E1: hue angle of 293.24º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D153E1 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 83 225 -
CMYK 0.07 0.63 0 0.12
HSL 293.24º 0.7% 0.6% -
HSV(B) 293.24º 0.63% 0.88% -
XYZ 42.98 25.18 73.83 -
YUV 136.86 177.74 179.45 -
System Red Green Blue C M Y K H S L
Decimal 209 83 225 0.07 0.63 0 0.12 293.24 0.7 0.6
Hex D1 53 E1 7 3F 0 C 125 46 3C
Octal 321 123 341 7 77 0 14 445 106 74
Binary 11010001 1010011 11100001 111 111111 0 1100 100100101 1000110 111100

Color Harmonies of #D153E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D153E1

Black with #D153E1

Text Example


Text Example

White with #D153E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D153E1; }

 p { color: rgb(209,83,225); }

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

background-color css

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

 a { background-color: rgb(209,83,225); }

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

border-color css

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

 span { border-color: rgb(209,83,225); }

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