Html Css Color HEX #D261FA Heliotrope

📋 copy color: '#D261FA'

red 210 ◦ green 97 ◦ blue 250

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

Shades of Heliotrope #D261FA

Tints of Heliotrope #D261FA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.41%

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

R = 37.7%
G = 17.41%
B = 44.88%

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

#D261FA (or 0xD261FA) is known color: Heliotrope. HEX triplet: D2, 61 and FA. RGB value is (210,97,250). Sum of RGB (Red+Green+Blue) = 210+97+250=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 97 (38.28% from 255 or 17.41% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #D261FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D261FA is #2D9E05. Grayscale: #939393. Windows color (decimal): -2989574 or 16409042. OLE color: 16409042.

HSL color Cylindrical-coordinate representation of color #D261FA: hue angle of 284.31º degrees, saturation: 0.94, 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 #D261FA is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 97 250 -
CMYK 0.16 0.61 0 0.02
HSL 284.31º 0.94% 0.68% -
HSV(B) 284.31º 0.61% 0.98% -
XYZ 48.11 29.15 93.53 -
YUV 148.23 185.44 172.06 -
System Red Green Blue C M Y K H S L
Decimal 210 97 250 0.16 0.61 0 0.02 284.31 0.94 0.68
Hex D2 61 FA 10 3D 0 2 11C 5E 44
Octal 322 141 372 20 75 0 2 434 136 104
Binary 11010010 1100001 11111010 10000 111101 0 10 100011100 1011110 1000100

Color Harmonies of #D261FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D261FA

Black with #D261FA

Text Example


Text Example

White with #D261FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D261FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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