Html Css Color HEX #D385EC Heliotrope

📋 copy color: '#D385EC'

red 211 ◦ green 133 ◦ blue 236

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

Shades of Heliotrope #D385EC

Tints of Heliotrope #D385EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.69%

R = 36.38%
G = 22.93%
B = 40.69%

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

#D385EC (or 0xD385EC) is known color: Heliotrope. HEX triplet: D3, 85 and EC. RGB value is (211,133,236). Sum of RGB (Red+Green+Blue) = 211+133+236=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #D385EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D385EC is #2C7A13. Grayscale: #A7A7A7. Windows color (decimal): -2914836 or 15500755. OLE color: 15500755.

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

Color convert

RGB 211 133 236 -
CMYK 0.11 0.44 0 0.07
HSL 285.44º 0.73% 0.72% -
HSV(B) 285.44º 0.44% 0.93% -
XYZ 50.39 36.68 83.78 -
YUV 168.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 211 133 236 0.11 0.44 0 0.07 285.44 0.73 0.72
Hex D3 85 EC B 2C 0 7 11D 49 48
Octal 323 205 354 13 54 0 7 435 111 110
Binary 11010011 10000101 11101100 1011 101100 0 111 100011101 1001001 1001000

Color Harmonies of #D385EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D385EC

Black with #D385EC

Text Example


Text Example

White with #D385EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D385EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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