Html Css Color HEX #D385ED Heliotrope

📋 copy color: '#D385ED'

red 211 ◦ green 133 ◦ blue 237

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

Shades of Heliotrope #D385ED

Tints of Heliotrope #D385ED

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.89%

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

R = 36.32%
G = 22.89%
B = 40.79%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D385ED (or 0xD385ED) is known color: Heliotrope. HEX triplet: D3, 85 and ED. RGB value is (211,133,237). Sum of RGB (Red+Green+Blue) = 211+133+237=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #D385ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D385ED is #2C7A12. Grayscale: #A7A7A7. Windows color (decimal): -2914835 or 15566291. OLE color: 15566291.

HSL color Cylindrical-coordinate representation of color #D385ED: hue angle of 285º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D385ED is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 133 237 -
CMYK 0.11 0.44 0 0.07
HSL 285º 0.74% 0.73% -
HSV(B) 285º 0.44% 0.93% -
XYZ 50.54 36.74 84.55 -
YUV 168.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 211 133 237 0.11 0.44 0 0.07 285 0.74 0.73
Hex D3 85 ED B 2C 0 7 11D 4A 49
Octal 323 205 355 13 54 0 7 435 112 111
Binary 11010011 10000101 11101101 1011 101100 0 111 100011101 1001010 1001001

Color Harmonies of #D385ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D385ED

Black with #D385ED

Text Example


Text Example

White with #D385ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D385ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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