Html Css Color HEX #D382FE Heliotrope

📋 copy color: '#D382FE'

red 211 ◦ green 130 ◦ blue 254

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

Shades of Heliotrope #D382FE

Tints of Heliotrope #D382FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.69%

R = 35.46%
G = 21.85%
B = 42.69%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D382FE (or 0xD382FE) is known color: Heliotrope. HEX triplet: D3, 82 and FE. RGB value is (211,130,254). Sum of RGB (Red+Green+Blue) = 211+130+254=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 130 (51.17% from 255 or 21.85% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #D382FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D382FE is #2C7D01. Grayscale: #A7A7A7. Windows color (decimal): -2915586 or 16679635. OLE color: 16679635.

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

Color convert

RGB 211 130 254 -
CMYK 0.17 0.49 0 0.00
HSL 279.19º 0.98% 0.75% -
HSV(B) 279.19º 0.49% 1% -
XYZ 52.74 36.97 98.12 -
YUV 168.36 176.34 158.42 -
System Red Green Blue C M Y K H S L
Decimal 211 130 254 0.17 0.49 0 0.00 279.19 0.98 0.75
Hex D3 82 FE 11 31 0 0 117 62 4B
Octal 323 202 376 21 61 0 0 427 142 113
Binary 11010011 10000010 11111110 10001 110001 0 0 100010111 1100010 1001011

Color Harmonies of #D382FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D382FE

Black with #D382FE

Text Example


Text Example

White with #D382FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D382FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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