Html Css Color HEX #D384EC Heliotrope

📋 copy color: '#D384EC'

red 211 ◦ green 132 ◦ blue 236

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

Shades of Heliotrope #D384EC

Tints of Heliotrope #D384EC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.8%

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

R = 36.44%
G = 22.8%
B = 40.76%

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

#D384EC (or 0xD384EC) is known color: Heliotrope. HEX triplet: D3, 84 and EC. RGB value is (211,132,236). Sum of RGB (Red+Green+Blue) = 211+132+236=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 132 (51.95% from 255 or 22.80% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #D384EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D384EC is #2C7B13. Grayscale: #A7A7A7. Windows color (decimal): -2915092 or 15500499. OLE color: 15500499.

HSL color Cylindrical-coordinate representation of color #D384EC: hue angle of 285.58º 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 #D384EC is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 132 236 -
CMYK 0.11 0.44 0 0.07
HSL 285.58º 0.73% 0.72% -
HSV(B) 285.58º 0.44% 0.93% -
XYZ 50.26 36.41 83.74 -
YUV 167.48 166.67 159.04 -
System Red Green Blue C M Y K H S L
Decimal 211 132 236 0.11 0.44 0 0.07 285.58 0.73 0.72
Hex D3 84 EC B 2C 0 7 11E 49 48
Octal 323 204 354 13 54 0 7 436 111 110
Binary 11010011 10000100 11101100 1011 101100 0 111 100011110 1001001 1001000

Color Harmonies of #D384EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D384EC

Black with #D384EC

Text Example


Text Example

White with #D384EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D384EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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