Html Css Color HEX #D259FA Heliotrope

📋 copy color: '#D259FA'

red 210 ◦ green 89 ◦ blue 250

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

Shades of Heliotrope #D259FA

Tints of Heliotrope #D259FA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.21%

 BLUE value IS 250 (98.05% from 255) = 45.54%

R = 38.25%
G = 16.21%
B = 45.54%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D259FA (or 0xD259FA) is known color: Heliotrope. HEX triplet: D2, 59 and FA. RGB value is (210,89,250). Sum of RGB (Red+Green+Blue) = 210+89+250=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 89 (35.16% from 255 or 16.21% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #D259FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D259FA is #2DA605. Grayscale: #8F8F8F. Windows color (decimal): -2991622 or 16406994. OLE color: 16406994.

HSL color Cylindrical-coordinate representation of color #D259FA: hue angle of 285.09º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D259FA is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 89 250 -
CMYK 0.16 0.64 0 0.02
HSL 285.09º 0.94% 0.66% -
HSV(B) 285.09º 0.64% 0.98% -
XYZ 47.41 27.75 93.3 -
YUV 143.53 188.09 175.41 -
System Red Green Blue C M Y K H S L
Decimal 210 89 250 0.16 0.64 0 0.02 285.09 0.94 0.66
Hex D2 59 FA 10 40 0 2 11D 5E 42
Octal 322 131 372 20 100 0 2 435 136 102
Binary 11010010 1011001 11111010 10000 1000000 0 10 100011101 1011110 1000010

Color Harmonies of #D259FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D259FA

Black with #D259FA

Text Example


Text Example

White with #D259FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D259FA; }

 p { color: rgb(210,89,250); }

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

background-color css

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

 a { background-color: rgb(210,89,250); }

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

border-color css

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

 span { border-color: rgb(210,89,250); }

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