Html Css Color HEX #D990FB Heliotrope

📋 copy color: '#D990FB'

red 217 ◦ green 144 ◦ blue 251

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

Shades of Heliotrope #D990FB

Tints of Heliotrope #D990FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.01%

R = 35.46%
G = 23.53%
B = 41.01%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D990FB (or 0xD990FB) is known color: Heliotrope. HEX triplet: D9, 90 and FB. RGB value is (217,144,251). Sum of RGB (Red+Green+Blue) = 217+144+251=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 144 (56.64% from 255 or 23.53% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #D990FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D990FB is #266F04. Grayscale: #B1B1B1. Windows color (decimal): -2518789 or 16486617. OLE color: 16486617.

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

Color convert

RGB 217 144 251 -
CMYK 0.14 0.43 0 0.02
HSL 280.93º 0.93% 0.77% -
HSV(B) 280.93º 0.43% 0.98% -
XYZ 56 41.66 96.36 -
YUV 178.03 169.18 155.8 -
System Red Green Blue C M Y K H S L
Decimal 217 144 251 0.14 0.43 0 0.02 280.93 0.93 0.77
Hex D9 90 FB E 2B 0 2 119 5D 4D
Octal 331 220 373 16 53 0 2 431 135 115
Binary 11011001 10010000 11111011 1110 101011 0 10 100011001 1011101 1001101

Color Harmonies of #D990FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D990FB

Black with #D990FB

Text Example


Text Example

White with #D990FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D990FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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