Html Css Color HEX #D990FE Heliotrope

📋 copy color: '#D990FE'

red 217 ◦ green 144 ◦ blue 254

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

Shades of Heliotrope #D990FE

Tints of Heliotrope #D990FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.3%

R = 35.28%
G = 23.41%
B = 41.3%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D990FE (or 0xD990FE) is known color: Heliotrope. HEX triplet: D9, 90 and FE. RGB value is (217,144,254). Sum of RGB (Red+Green+Blue) = 217+144+254=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 144 (56.64% from 255 or 23.41% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #D990FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D990FE is #266F01. Grayscale: #B2B2B2. Windows color (decimal): -2518786 or 16683225. OLE color: 16683225.

HSL color Cylindrical-coordinate representation of color #D990FE: hue angle of 279.82º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D990FE is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 217 144 254 -
CMYK 0.15 0.43 0 0.00
HSL 279.82º 0.98% 0.78% -
HSV(B) 279.82º 0.43% 1% -
XYZ 56.48 41.85 98.87 -
YUV 178.37 170.68 155.56 -
System Red Green Blue C M Y K H S L
Decimal 217 144 254 0.15 0.43 0 0.00 279.82 0.98 0.78
Hex D9 90 FE F 2B 0 0 118 62 4E
Octal 331 220 376 17 53 0 0 430 142 116
Binary 11011001 10010000 11111110 1111 101011 0 0 100011000 1100010 1001110

Color Harmonies of #D990FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D990FE

Black with #D990FE

Text Example


Text Example

White with #D990FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D990FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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