Html Css Color HEX #D382FD Heliotrope

📋 copy color: '#D382FD'

red 211 ◦ green 130 ◦ blue 253

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

Shades of Heliotrope #D382FD

Tints of Heliotrope #D382FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.59%

R = 35.52%
G = 21.89%
B = 42.59%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D382FD (or 0xD382FD) is known color: Heliotrope. HEX triplet: D3, 82 and FD. RGB value is (211,130,253). Sum of RGB (Red+Green+Blue) = 211+130+253=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 130 (51.17% from 255 or 21.89% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #D382FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D382FD is #2C7D02. Grayscale: #A7A7A7. Windows color (decimal): -2915587 or 16614099. OLE color: 16614099.

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

Color convert

RGB 211 130 253 -
CMYK 0.17 0.49 0 0.01
HSL 279.51º 0.97% 0.75% -
HSV(B) 279.51º 0.49% 0.99% -
XYZ 52.58 36.91 97.28 -
YUV 168.24 175.84 158.5 -
System Red Green Blue C M Y K H S L
Decimal 211 130 253 0.17 0.49 0 0.01 279.51 0.97 0.75
Hex D3 82 FD 11 31 0 1 118 61 4B
Octal 323 202 375 21 61 0 1 430 141 113
Binary 11010011 10000010 11111101 10001 110001 0 1 100011000 1100001 1001011

Color Harmonies of #D382FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D382FD

Black with #D382FD

Text Example


Text Example

White with #D382FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D382FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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