Html Css Color HEX #D35BE1 Free Speech Magenta

📋 copy color: '#D35BE1'

red 211 ◦ green 91 ◦ blue 225

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

Shades of Free Speech Magenta #D35BE1

Tints of Free Speech Magenta #D35BE1

RGB

 RED value IS 211 (82.81% from 255) = 40.04%

 GREEN value IS 91 (35.94% from 255) = 17.27%

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

R = 40.04%
G = 17.27%
B = 42.69%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D35BE1 (or 0xD35BE1) is known color: Free Speech Magenta. HEX triplet: D3, 5B and E1. RGB value is (211,91,225). Sum of RGB (Red+Green+Blue) = 211+91+225=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #D35BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35BE1 is #2CA41E. Grayscale: #8D8D8D. Windows color (decimal): -2925599 or 14769107. OLE color: 14769107.

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

Color convert

RGB 211 91 225 -
CMYK 0.06 0.60 0 0.12
HSL 293.73º 0.69% 0.62% -
HSV(B) 293.73º 0.6% 0.88% -
XYZ 44.2 26.77 74.07 -
YUV 142.16 174.76 177.1 -
System Red Green Blue C M Y K H S L
Decimal 211 91 225 0.06 0.60 0 0.12 293.73 0.69 0.62
Hex D3 5B E1 6 3C 0 C 126 45 3E
Octal 323 133 341 6 74 0 14 446 105 76
Binary 11010011 1011011 11100001 110 111100 0 1100 100100110 1000101 111110

Color Harmonies of #D35BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35BE1

Black with #D35BE1

Text Example


Text Example

White with #D35BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35BE1; }

 p { color: rgb(211,91,225); }

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

background-color css

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

 a { background-color: rgb(211,91,225); }

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

border-color css

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

 span { border-color: rgb(211,91,225); }

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