Html Css Color HEX #D290FD Heliotrope

📋 copy color: '#D290FD'

red 210 ◦ green 144 ◦ blue 253

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

Shades of Heliotrope #D290FD

Tints of Heliotrope #D290FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.68%

R = 34.6%
G = 23.72%
B = 41.68%

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

#D290FD (or 0xD290FD) is known color: Heliotrope. HEX triplet: D2, 90 and FD. RGB value is (210,144,253). Sum of RGB (Red+Green+Blue) = 210+144+253=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #D290FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D290FD is #2D6F02. Grayscale: #AFAFAF. Windows color (decimal): -2977539 or 16617682. OLE color: 16617682.

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

Color convert

RGB 210 144 253 -
CMYK 0.17 0.43 0 0.01
HSL 276.33º 0.96% 0.78% -
HSV(B) 276.33º 0.43% 0.99% -
XYZ 54.28 40.74 97.93 -
YUV 176.16 171.37 152.14 -
System Red Green Blue C M Y K H S L
Decimal 210 144 253 0.17 0.43 0 0.01 276.33 0.96 0.78
Hex D2 90 FD 11 2B 0 1 114 60 4E
Octal 322 220 375 21 53 0 1 424 140 116
Binary 11010010 10010000 11111101 10001 101011 0 1 100010100 1100000 1001110

Color Harmonies of #D290FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D290FD

Black with #D290FD

Text Example


Text Example

White with #D290FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D290FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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