Html Css Color HEX #D290FC Heliotrope

📋 copy color: '#D290FC'

red 210 ◦ green 144 ◦ blue 252

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

Shades of Heliotrope #D290FC

Tints of Heliotrope #D290FC

RGB

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

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

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

R = 34.65%
G = 23.76%
B = 41.58%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D290FC (or 0xD290FC) is known color: Heliotrope. HEX triplet: D2, 90 and FC. RGB value is (210,144,252). Sum of RGB (Red+Green+Blue) = 210+144+252=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 144 (56.64% from 255 or 23.76% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #D290FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D290FC is #2D6F03. Grayscale: #AFAFAF. Windows color (decimal): -2977540 or 16552146. OLE color: 16552146.

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

Color convert

RGB 210 144 252 -
CMYK 0.17 0.43 0 0.01
HSL 276.67º 0.95% 0.78% -
HSV(B) 276.67º 0.43% 0.99% -
XYZ 54.12 40.68 97.09 -
YUV 176.05 170.87 152.22 -
System Red Green Blue C M Y K H S L
Decimal 210 144 252 0.17 0.43 0 0.01 276.67 0.95 0.78
Hex D2 90 FC 11 2B 0 1 115 5F 4E
Octal 322 220 374 21 53 0 1 425 137 116
Binary 11010010 10010000 11111100 10001 101011 0 1 100010101 1011111 1001110

Color Harmonies of #D290FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D290FC

Black with #D290FC

Text Example


Text Example

White with #D290FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D290FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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