Html Css Color HEX #D382EF Heliotrope

📋 copy color: '#D382EF'

red 211 ◦ green 130 ◦ blue 239

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

Shades of Heliotrope #D382EF

Tints of Heliotrope #D382EF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.41%

 BLUE value IS 239 (93.75% from 255) = 41.21%

R = 36.38%
G = 22.41%
B = 41.21%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D382EF (or 0xD382EF) is known color: Heliotrope. HEX triplet: D3, 82 and EF. RGB value is (211,130,239). Sum of RGB (Red+Green+Blue) = 211+130+239=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #D382EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D382EF is #2C7D10. Grayscale: #A6A6A6. Windows color (decimal): -2915601 or 15696595. OLE color: 15696595.

HSL color Cylindrical-coordinate representation of color #D382EF: hue angle of 284.59º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D382EF is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 130 239 -
CMYK 0.12 0.46 0 0.06
HSL 284.59º 0.77% 0.72% -
HSV(B) 284.59º 0.46% 0.94% -
XYZ 50.43 36.05 85.96 -
YUV 166.65 168.84 159.64 -
System Red Green Blue C M Y K H S L
Decimal 211 130 239 0.12 0.46 0 0.06 284.59 0.77 0.72
Hex D3 82 EF C 2E 0 6 11D 4D 48
Octal 323 202 357 14 56 0 6 435 115 110
Binary 11010011 10000010 11101111 1100 101110 0 110 100011101 1001101 1001000

Color Harmonies of #D382EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D382EF

Black with #D382EF

Text Example


Text Example

White with #D382EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D382EF; }

 p { color: rgb(211,130,239); }

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

background-color css

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

 a { background-color: rgb(211,130,239); }

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

border-color css

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

 span { border-color: rgb(211,130,239); }

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