Html Css Color HEX #D35EED Heliotrope

📋 copy color: '#D35EED'

red 211 ◦ green 94 ◦ blue 237

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

Shades of Heliotrope #D35EED

Tints of Heliotrope #D35EED

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.34%

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

R = 38.93%
G = 17.34%
B = 43.73%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D35EED (or 0xD35EED) is known color: Heliotrope. HEX triplet: D3, 5E and ED. RGB value is (211,94,237). Sum of RGB (Red+Green+Blue) = 211+94+237=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 94 (37.11% from 255 or 17.34% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #D35EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35EED is #2CA112. Grayscale: #909090. Windows color (decimal): -2924819 or 15556307. OLE color: 15556307.

HSL color Cylindrical-coordinate representation of color #D35EED: hue angle of 289.09º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D35EED is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 94 237 -
CMYK 0.11 0.60 0 0.07
HSL 289.09º 0.8% 0.65% -
HSV(B) 289.09º 0.6% 0.93% -
XYZ 46.15 27.97 83.09 -
YUV 145.29 179.76 174.87 -
System Red Green Blue C M Y K H S L
Decimal 211 94 237 0.11 0.60 0 0.07 289.09 0.8 0.65
Hex D3 5E ED B 3C 0 7 121 50 41
Octal 323 136 355 13 74 0 7 441 120 101
Binary 11010011 1011110 11101101 1011 111100 0 111 100100001 1010000 1000001

Color Harmonies of #D35EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35EED

Black with #D35EED

Text Example


Text Example

White with #D35EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35EED; }

 p { color: rgb(211,94,237); }

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

background-color css

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

 a { background-color: rgb(211,94,237); }

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

border-color css

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

 span { border-color: rgb(211,94,237); }

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