Html Css Color HEX #D990FC Heliotrope

📋 copy color: '#D990FC'

red 217 ◦ green 144 ◦ blue 252

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

Shades of Heliotrope #D990FC

Tints of Heliotrope #D990FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.11%

R = 35.4%
G = 23.49%
B = 41.11%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D990FC (or 0xD990FC) is known color: Heliotrope. HEX triplet: D9, 90 and FC. RGB value is (217,144,252). Sum of RGB (Red+Green+Blue) = 217+144+252=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 144 (56.64% from 255 or 23.49% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #D990FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D990FC is #266F03. Grayscale: #B1B1B1. Windows color (decimal): -2518788 or 16552153. OLE color: 16552153.

HSL color Cylindrical-coordinate representation of color #D990FC: hue angle of 280.56º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D990FC is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 144 252 -
CMYK 0.14 0.43 0 0.01
HSL 280.56º 0.95% 0.78% -
HSV(B) 280.56º 0.43% 0.99% -
XYZ 56.16 41.73 97.19 -
YUV 178.14 169.68 155.72 -
System Red Green Blue C M Y K H S L
Decimal 217 144 252 0.14 0.43 0 0.01 280.56 0.95 0.78
Hex D9 90 FC E 2B 0 1 119 5F 4E
Octal 331 220 374 16 53 0 1 431 137 116
Binary 11011001 10010000 11111100 1110 101011 0 1 100011001 1011111 1001110

Color Harmonies of #D990FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D990FC

Black with #D990FC

Text Example


Text Example

White with #D990FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D990FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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