Html Css Color HEX #D384ED Heliotrope

📋 copy color: '#D384ED'

red 211 ◦ green 132 ◦ blue 237

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

Shades of Heliotrope #D384ED

Tints of Heliotrope #D384ED

RGB

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

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

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

R = 36.38%
G = 22.76%
B = 40.86%

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

#D384ED (or 0xD384ED) is known color: Heliotrope. HEX triplet: D3, 84 and ED. RGB value is (211,132,237). Sum of RGB (Red+Green+Blue) = 211+132+237=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 132 (51.95% from 255 or 22.76% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #D384ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D384ED is #2C7B12. Grayscale: #A7A7A7. Windows color (decimal): -2915091 or 15566035. OLE color: 15566035.

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

Color convert

RGB 211 132 237 -
CMYK 0.11 0.44 0 0.07
HSL 285.14º 0.74% 0.72% -
HSV(B) 285.14º 0.44% 0.93% -
XYZ 50.4 36.47 84.5 -
YUV 167.59 167.17 158.96 -
System Red Green Blue C M Y K H S L
Decimal 211 132 237 0.11 0.44 0 0.07 285.14 0.74 0.72
Hex D3 84 ED B 2C 0 7 11D 4A 48
Octal 323 204 355 13 54 0 7 435 112 110
Binary 11010011 10000100 11101101 1011 101100 0 111 100011101 1001010 1001000

Color Harmonies of #D384ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D384ED

Black with #D384ED

Text Example


Text Example

White with #D384ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D384ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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