Html Css Color HEX #D260FA Heliotrope

📋 copy color: '#D260FA'

red 210 ◦ green 96 ◦ blue 250

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

Shades of Heliotrope #D260FA

Tints of Heliotrope #D260FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.27%

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

R = 37.77%
G = 17.27%
B = 44.96%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D260FA (or 0xD260FA) is known color: Heliotrope. HEX triplet: D2, 60 and FA. RGB value is (210,96,250). Sum of RGB (Red+Green+Blue) = 210+96+250=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 96 (37.89% from 255 or 17.27% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #D260FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D260FA is #2D9F05. Grayscale: #939393. Windows color (decimal): -2989830 or 16408786. OLE color: 16408786.

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

Color convert

RGB 210 96 250 -
CMYK 0.16 0.62 0 0.02
HSL 284.42º 0.94% 0.68% -
HSV(B) 284.42º 0.62% 0.98% -
XYZ 48.02 28.97 93.5 -
YUV 147.64 185.77 172.48 -
System Red Green Blue C M Y K H S L
Decimal 210 96 250 0.16 0.62 0 0.02 284.42 0.94 0.68
Hex D2 60 FA 10 3E 0 2 11C 5E 44
Octal 322 140 372 20 76 0 2 434 136 104
Binary 11010010 1100000 11111010 10000 111110 0 10 100011100 1011110 1000100

Color Harmonies of #D260FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D260FA

Black with #D260FA

Text Example


Text Example

White with #D260FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D260FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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