Html Css Color HEX #D381EB Heliotrope

📋 copy color: '#D381EB'

red 211 ◦ green 129 ◦ blue 235

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

Shades of Heliotrope #D381EB

Tints of Heliotrope #D381EB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.43%

 BLUE value IS 235 (92.19% from 255) = 40.87%

R = 36.7%
G = 22.43%
B = 40.87%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D381EB (or 0xD381EB) is known color: Heliotrope. HEX triplet: D3, 81 and EB. RGB value is (211,129,235). Sum of RGB (Red+Green+Blue) = 211+129+235=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #D381EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D381EB is #2C7E14. Grayscale: #A5A5A5. Windows color (decimal): -2915861 or 15434195. OLE color: 15434195.

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

Color convert

RGB 211 129 235 -
CMYK 0.10 0.45 0 0.08
HSL 286.42º 0.73% 0.71% -
HSV(B) 286.42º 0.45% 0.92% -
XYZ 49.71 35.55 82.84 -
YUV 165.6 167.17 160.38 -
System Red Green Blue C M Y K H S L
Decimal 211 129 235 0.10 0.45 0 0.08 286.42 0.73 0.71
Hex D3 81 EB A 2D 0 8 11E 49 47
Octal 323 201 353 12 55 0 10 436 111 107
Binary 11010011 10000001 11101011 1010 101101 0 1000 100011110 1001001 1000111

Color Harmonies of #D381EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D381EB

Black with #D381EB

Text Example


Text Example

White with #D381EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D381EB; }

 p { color: rgb(211,129,235); }

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

background-color css

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

 a { background-color: rgb(211,129,235); }

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

border-color css

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

 span { border-color: rgb(211,129,235); }

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