Html Css Color HEX #D389FA Heliotrope

📋 copy color: '#D389FA'

red 211 ◦ green 137 ◦ blue 250

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

Shades of Heliotrope #D389FA

Tints of Heliotrope #D389FA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 22.91%

 BLUE value IS 250 (98.05% from 255) = 41.81%

R = 35.28%
G = 22.91%
B = 41.81%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D389FA (or 0xD389FA) is known color: Heliotrope. HEX triplet: D3, 89 and FA. RGB value is (211,137,250). Sum of RGB (Red+Green+Blue) = 211+137+250=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 137 (53.91% from 255 or 22.91% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #D389FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D389FA is #2C7605. Grayscale: #ABABAB. Windows color (decimal): -2913798 or 16419283. OLE color: 16419283.

HSL color Cylindrical-coordinate representation of color #D389FA: hue angle of 279.29º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D389FA is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 137 250 -
CMYK 0.16 0.45 0 0.02
HSL 279.29º 0.92% 0.76% -
HSV(B) 279.29º 0.45% 0.98% -
XYZ 53.06 38.64 95.1 -
YUV 172.01 172.02 155.81 -
System Red Green Blue C M Y K H S L
Decimal 211 137 250 0.16 0.45 0 0.02 279.29 0.92 0.76
Hex D3 89 FA 10 2D 0 2 117 5C 4C
Octal 323 211 372 20 55 0 2 427 134 114
Binary 11010011 10001001 11111010 10000 101101 0 10 100010111 1011100 1001100

Color Harmonies of #D389FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D389FA

Black with #D389FA

Text Example


Text Example

White with #D389FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D389FA; }

 p { color: rgb(211,137,250); }

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

background-color css

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

 a { background-color: rgb(211,137,250); }

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

border-color css

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

 span { border-color: rgb(211,137,250); }

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