Html Css Color HEX #D260F9 Heliotrope

📋 copy color: '#D260F9'

red 210 ◦ green 96 ◦ blue 249

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

Shades of Heliotrope #D260F9

Tints of Heliotrope #D260F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.86%

R = 37.84%
G = 17.3%
B = 44.86%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D260F9 (or 0xD260F9) is known color: Heliotrope. HEX triplet: D2, 60 and F9. RGB value is (210,96,249). Sum of RGB (Red+Green+Blue) = 210+96+249=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 96 (37.89% from 255 or 17.30% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #D260F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D260F9 is #2D9F06. Grayscale: #939393. Windows color (decimal): -2989831 or 16343250. OLE color: 16343250.

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

Color convert

RGB 210 96 249 -
CMYK 0.16 0.61 0 0.02
HSL 284.71º 0.93% 0.68% -
HSV(B) 284.71º 0.61% 0.98% -
XYZ 47.86 28.91 92.68 -
YUV 147.53 185.27 172.56 -
System Red Green Blue C M Y K H S L
Decimal 210 96 249 0.16 0.61 0 0.02 284.71 0.93 0.68
Hex D2 60 F9 10 3D 0 2 11D 5D 44
Octal 322 140 371 20 75 0 2 435 135 104
Binary 11010010 1100000 11111001 10000 111101 0 10 100011101 1011101 1000100

Color Harmonies of #D260F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D260F9

Black with #D260F9

Text Example


Text Example

White with #D260F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D260F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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