Html Css Color HEX #D190FA Heliotrope

📋 copy color: '#D190FA'

red 209 ◦ green 144 ◦ blue 250

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

Shades of Heliotrope #D190FA

Tints of Heliotrope #D190FA

RGB

 RED value IS 209 (82.03% from 255) = 34.66%

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

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

R = 34.66%
G = 23.88%
B = 41.46%

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

#D190FA (or 0xD190FA) is known color: Heliotrope. HEX triplet: D1, 90 and FA. RGB value is (209,144,250). Sum of RGB (Red+Green+Blue) = 209+144+250=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #D190FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D190FA is #2E6F05. Grayscale: #AFAFAF. Windows color (decimal): -3043078 or 16421073. OLE color: 16421073.

HSL color Cylindrical-coordinate representation of color #D190FA: hue angle of 276.79º 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 #D190FA is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 144 250 -
CMYK 0.16 0.42 0 0.02
HSL 276.79º 0.91% 0.77% -
HSV(B) 276.79º 0.42% 0.98% -
XYZ 53.52 40.4 95.42 -
YUV 175.52 170.03 151.88 -
System Red Green Blue C M Y K H S L
Decimal 209 144 250 0.16 0.42 0 0.02 276.79 0.91 0.77
Hex D1 90 FA 10 2A 0 2 115 5B 4D
Octal 321 220 372 20 52 0 2 425 133 115
Binary 11010001 10010000 11111010 10000 101010 0 10 100010101 1011011 1001101

Color Harmonies of #D190FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D190FA

Black with #D190FA

Text Example


Text Example

White with #D190FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D190FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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