Html Css Color HEX #D384FE Heliotrope

📋 copy color: '#D384FE'

red 211 ◦ green 132 ◦ blue 254

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

Shades of Heliotrope #D384FE

Tints of Heliotrope #D384FE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.11%

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

R = 35.34%
G = 22.11%
B = 42.55%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D384FE (or 0xD384FE) is known color: Heliotrope. HEX triplet: D3, 84 and FE. RGB value is (211,132,254). Sum of RGB (Red+Green+Blue) = 211+132+254=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 132 (51.95% from 255 or 22.11% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #D384FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D384FE is #2C7B01. Grayscale: #A9A9A9. Windows color (decimal): -2915074 or 16680147. OLE color: 16680147.

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

Color convert

RGB 211 132 254 -
CMYK 0.17 0.48 0 0.00
HSL 278.85º 0.98% 0.76% -
HSV(B) 278.85º 0.48% 1% -
XYZ 53 37.51 98.21 -
YUV 169.53 175.67 157.58 -
System Red Green Blue C M Y K H S L
Decimal 211 132 254 0.17 0.48 0 0.00 278.85 0.98 0.76
Hex D3 84 FE 11 30 0 0 117 62 4C
Octal 323 204 376 21 60 0 0 427 142 114
Binary 11010011 10000100 11111110 10001 110000 0 0 100010111 1100010 1001100

Color Harmonies of #D384FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D384FE

Black with #D384FE

Text Example


Text Example

White with #D384FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D384FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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