Html Css Color HEX #D382FF Heliotrope

📋 copy color: '#D382FF'

red 211 ◦ green 130 ◦ blue 255

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

Shades of Heliotrope #D382FF

Tints of Heliotrope #D382FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.79%

R = 35.4%
G = 21.81%
B = 42.79%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D382FF (or 0xD382FF) is known color: Heliotrope. HEX triplet: D3, 82 and FF. RGB value is (211,130,255). Sum of RGB (Red+Green+Blue) = 211+130+255=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 130 (51.17% from 255 or 21.81% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #D382FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D382FF is #2C7D00. Grayscale: #A8A8A8. Windows color (decimal): -2915585 or 16745171. OLE color: 16745171.

HSL color Cylindrical-coordinate representation of color #D382FF: hue angle of 278.88º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D382FF is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 130 255 -
CMYK 0.17 0.49 0 0
HSL 278.88º 1% 0.75% -
HSV(B) 278.88º 0.49% 1% -
XYZ 52.9 37.03 98.97 -
YUV 168.47 176.84 158.34 -
System Red Green Blue C M Y K H S L
Decimal 211 130 255 0.17 0.49 0 0 278.88 1 0.75
Hex D3 82 FF 11 31 0 0 117 64 4B
Octal 323 202 377 21 61 0 0 427 144 113
Binary 11010011 10000010 11111111 10001 110001 0 0 100010111 1100100 1001011

Color Harmonies of #D382FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D382FF

Black with #D382FF

Text Example


Text Example

White with #D382FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D382FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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