Html Css Color HEX #D835ED Free Speech Magenta

📋 copy color: '#D835ED'

red 216 ◦ green 53 ◦ blue 237

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

Shades of Free Speech Magenta #D835ED

Tints of Free Speech Magenta #D835ED

RGB

 RED value IS 216 (84.77% from 255) = 42.69%

 GREEN value IS 53 (21.09% from 255) = 10.47%

 BLUE value IS 237 (92.97% from 255) = 46.84%

R = 42.69%
G = 10.47%
B = 46.84%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D835ED (or 0xD835ED) is known color: Free Speech Magenta. HEX triplet: D8, 35 and ED. RGB value is (216,53,237). Sum of RGB (Red+Green+Blue) = 216+53+237=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 53 (21.09% from 255 or 10.47% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #D835ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D835ED is #27CA12. Grayscale: #7A7A7A. Windows color (decimal): -2607635 or 15545816. OLE color: 15545816.

HSL color Cylindrical-coordinate representation of color #D835ED: hue angle of 293.15º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D835ED is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 53 237 -
CMYK 0.09 0.78 0 0.07
HSL 293.15º 0.84% 0.57% -
HSV(B) 293.15º 0.78% 0.93% -
XYZ 44.88 23.26 82.24 -
YUV 122.71 192.5 194.54 -
System Red Green Blue C M Y K H S L
Decimal 216 53 237 0.09 0.78 0 0.07 293.15 0.84 0.57
Hex D8 35 ED 9 4E 0 7 125 54 39
Octal 330 65 355 11 116 0 7 445 124 71
Binary 11011000 110101 11101101 1001 1001110 0 111 100100101 1010100 111001

Color Harmonies of #D835ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D835ED

Black with #D835ED

Text Example


Text Example

White with #D835ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D835ED; }

 p { color: rgb(216,53,237); }

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

background-color css

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

 a { background-color: rgb(216,53,237); }

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

border-color css

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

 span { border-color: rgb(216,53,237); }

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