Html Css Color HEX #D384FD Heliotrope

📋 copy color: '#D384FD'

red 211 ◦ green 132 ◦ blue 253

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

Shades of Heliotrope #D384FD

Tints of Heliotrope #D384FD

RGB

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

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

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

R = 35.4%
G = 22.15%
B = 42.45%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D384FD (or 0xD384FD) is known color: Heliotrope. HEX triplet: D3, 84 and FD. RGB value is (211,132,253). Sum of RGB (Red+Green+Blue) = 211+132+253=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 132 (51.95% from 255 or 22.15% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #D384FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D384FD is #2C7B02. Grayscale: #A9A9A9. Windows color (decimal): -2915075 or 16614611. OLE color: 16614611.

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

Color convert

RGB 211 132 253 -
CMYK 0.17 0.48 0 0.01
HSL 279.17º 0.97% 0.75% -
HSV(B) 279.17º 0.48% 0.99% -
XYZ 52.84 37.44 97.37 -
YUV 169.42 175.17 157.66 -
System Red Green Blue C M Y K H S L
Decimal 211 132 253 0.17 0.48 0 0.01 279.17 0.97 0.75
Hex D3 84 FD 11 30 0 1 117 61 4B
Octal 323 204 375 21 60 0 1 427 141 113
Binary 11010011 10000100 11111101 10001 110000 0 1 100010111 1100001 1001011

Color Harmonies of #D384FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D384FD

Black with #D384FD

Text Example


Text Example

White with #D384FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D384FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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