Html Css Color HEX #D390FA Heliotrope

📋 copy color: '#D390FA'

red 211 ◦ green 144 ◦ blue 250

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

Shades of Heliotrope #D390FA

Tints of Heliotrope #D390FA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.8%

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

R = 34.88%
G = 23.8%
B = 41.32%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D390FA (or 0xD390FA) is known color: Heliotrope. HEX triplet: D3, 90 and FA. RGB value is (211,144,250). Sum of RGB (Red+Green+Blue) = 211+144+250=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 144 (56.64% from 255 or 23.80% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #D390FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D390FA is #2C6F05. Grayscale: #AFAFAF. Windows color (decimal): -2912006 or 16421075. OLE color: 16421075.

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

Color convert

RGB 211 144 250 -
CMYK 0.16 0.42 0 0.02
HSL 277.92º 0.91% 0.77% -
HSV(B) 277.92º 0.42% 0.98% -
XYZ 54.09 40.7 95.45 -
YUV 176.12 169.7 152.88 -
System Red Green Blue C M Y K H S L
Decimal 211 144 250 0.16 0.42 0 0.02 277.92 0.91 0.77
Hex D3 90 FA 10 2A 0 2 116 5B 4D
Octal 323 220 372 20 52 0 2 426 133 115
Binary 11010011 10010000 11111010 10000 101010 0 10 100010110 1011011 1001101

Color Harmonies of #D390FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D390FA

Black with #D390FA

Text Example


Text Example

White with #D390FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D390FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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