Html Css Color HEX #D382F0 Heliotrope

📋 copy color: '#D382F0'

red 211 ◦ green 130 ◦ blue 240

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

Shades of Heliotrope #D382F0

Tints of Heliotrope #D382F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.31%

R = 36.32%
G = 22.38%
B = 41.31%

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

#D382F0 (or 0xD382F0) is known color: Heliotrope. HEX triplet: D3, 82 and F0. RGB value is (211,130,240). Sum of RGB (Red+Green+Blue) = 211+130+240=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 130 (51.17% from 255 or 22.38% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #D382F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D382F0 is #2C7D0F. Grayscale: #A6A6A6. Windows color (decimal): -2915600 or 15762131. OLE color: 15762131.

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

Color convert

RGB 211 130 240 -
CMYK 0.12 0.46 0 0.06
HSL 284.18º 0.79% 0.73% -
HSV(B) 284.18º 0.46% 0.94% -
XYZ 50.57 36.11 86.74 -
YUV 166.76 169.34 159.56 -
System Red Green Blue C M Y K H S L
Decimal 211 130 240 0.12 0.46 0 0.06 284.18 0.79 0.73
Hex D3 82 F0 C 2E 0 6 11C 4F 49
Octal 323 202 360 14 56 0 6 434 117 111
Binary 11010011 10000010 11110000 1100 101110 0 110 100011100 1001111 1001001

Color Harmonies of #D382F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D382F0

Black with #D382F0

Text Example


Text Example

White with #D382F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D382F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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