Html Css Color HEX #D990FA Heliotrope

📋 copy color: '#D990FA'

red 217 ◦ green 144 ◦ blue 250

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

Shades of Heliotrope #D990FA

Tints of Heliotrope #D990FA

RGB

 RED value IS 217 (85.16% from 255) = 35.52%

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

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

R = 35.52%
G = 23.57%
B = 40.92%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D990FA (or 0xD990FA) is known color: Heliotrope. HEX triplet: D9, 90 and FA. RGB value is (217,144,250). Sum of RGB (Red+Green+Blue) = 217+144+250=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #D990FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D990FA is #266F05. Grayscale: #B1B1B1. Windows color (decimal): -2518790 or 16421081. OLE color: 16421081.

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

Color convert

RGB 217 144 250 -
CMYK 0.13 0.42 0 0.02
HSL 281.32º 0.91% 0.77% -
HSV(B) 281.32º 0.42% 0.98% -
XYZ 55.84 41.6 95.53 -
YUV 177.91 168.68 155.88 -
System Red Green Blue C M Y K H S L
Decimal 217 144 250 0.13 0.42 0 0.02 281.32 0.91 0.77
Hex D9 90 FA D 2A 0 2 119 5B 4D
Octal 331 220 372 15 52 0 2 431 133 115
Binary 11011001 10010000 11111010 1101 101010 0 10 100011001 1011011 1001101

Color Harmonies of #D990FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D990FA

Black with #D990FA

Text Example


Text Example

White with #D990FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D990FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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