Html Css Color HEX #D290FB Heliotrope

📋 copy color: '#D290FB'

red 210 ◦ green 144 ◦ blue 251

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

Shades of Heliotrope #D290FB

Tints of Heliotrope #D290FB

RGB

 RED value IS 210 (82.42% from 255) = 34.71%

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

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

R = 34.71%
G = 23.8%
B = 41.49%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D290FB (or 0xD290FB) is known color: Heliotrope. HEX triplet: D2, 90 and FB. RGB value is (210,144,251). Sum of RGB (Red+Green+Blue) = 210+144+251=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 144 (56.64% from 255 or 23.80% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #D290FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D290FB is #2D6F04. Grayscale: #AFAFAF. Windows color (decimal): -2977541 or 16486610. OLE color: 16486610.

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

Color convert

RGB 210 144 251 -
CMYK 0.16 0.43 0 0.02
HSL 277.01º 0.93% 0.77% -
HSV(B) 277.01º 0.43% 0.98% -
XYZ 53.96 40.61 96.26 -
YUV 175.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 210 144 251 0.16 0.43 0 0.02 277.01 0.93 0.77
Hex D2 90 FB 10 2B 0 2 115 5D 4D
Octal 322 220 373 20 53 0 2 425 135 115
Binary 11010010 10010000 11111011 10000 101011 0 10 100010101 1011101 1001101

Color Harmonies of #D290FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D290FB

Black with #D290FB

Text Example


Text Example

White with #D290FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D290FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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