Html Css Color HEX #D384EA Heliotrope

📋 copy color: '#D384EA'

red 211 ◦ green 132 ◦ blue 234

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

Shades of Heliotrope #D384EA

Tints of Heliotrope #D384EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.55%

R = 36.57%
G = 22.88%
B = 40.55%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D384EA (or 0xD384EA) is known color: Heliotrope. HEX triplet: D3, 84 and EA. RGB value is (211,132,234). Sum of RGB (Red+Green+Blue) = 211+132+234=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 132 (51.95% from 255 or 22.88% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #D384EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D384EA is #2C7B15. Grayscale: #A6A6A6. Windows color (decimal): -2915094 or 15369427. OLE color: 15369427.

HSL color Cylindrical-coordinate representation of color #D384EA: hue angle of 286.47º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D384EA is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 132 234 -
CMYK 0.10 0.44 0 0.08
HSL 286.47º 0.71% 0.72% -
HSV(B) 286.47º 0.44% 0.92% -
XYZ 49.97 36.29 82.21 -
YUV 167.25 165.67 159.21 -
System Red Green Blue C M Y K H S L
Decimal 211 132 234 0.10 0.44 0 0.08 286.47 0.71 0.72
Hex D3 84 EA A 2C 0 8 11E 47 48
Octal 323 204 352 12 54 0 10 436 107 110
Binary 11010011 10000100 11101010 1010 101100 0 1000 100011110 1000111 1001000

Color Harmonies of #D384EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D384EA

Black with #D384EA

Text Example


Text Example

White with #D384EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D384EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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