Html Css Color HEX #D385EF Heliotrope

📋 copy color: '#D385EF'

red 211 ◦ green 133 ◦ blue 239

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

Shades of Heliotrope #D385EF

Tints of Heliotrope #D385EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.99%

R = 36.19%
G = 22.81%
B = 40.99%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D385EF (or 0xD385EF) is known color: Heliotrope. HEX triplet: D3, 85 and EF. RGB value is (211,133,239). Sum of RGB (Red+Green+Blue) = 211+133+239=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #D385EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D385EF is #2C7A10. Grayscale: #A8A8A8. Windows color (decimal): -2914833 or 15697363. OLE color: 15697363.

HSL color Cylindrical-coordinate representation of color #D385EF: hue angle of 284.15º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D385EF is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 133 239 -
CMYK 0.12 0.44 0 0.06
HSL 284.15º 0.77% 0.73% -
HSV(B) 284.15º 0.44% 0.94% -
XYZ 50.83 36.86 86.1 -
YUV 168.41 167.84 158.38 -
System Red Green Blue C M Y K H S L
Decimal 211 133 239 0.12 0.44 0 0.06 284.15 0.77 0.73
Hex D3 85 EF C 2C 0 6 11C 4D 49
Octal 323 205 357 14 54 0 6 434 115 111
Binary 11010011 10000101 11101111 1100 101100 0 110 100011100 1001101 1001001

Color Harmonies of #D385EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D385EF

Black with #D385EF

Text Example


Text Example

White with #D385EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D385EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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