Html Css Color HEX #D05FFA Heliotrope

📋 copy color: '#D05FFA'

red 208 ◦ green 95 ◦ blue 250

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

Shades of Heliotrope #D05FFA

Tints of Heliotrope #D05FFA

RGB

 RED value IS 208 (81.64% from 255) = 37.61%

 GREEN value IS 95 (37.5% from 255) = 17.18%

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

R = 37.61%
G = 17.18%
B = 45.21%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D05FFA (or 0xD05FFA) is known color: Heliotrope. HEX triplet: D0, 5F and FA. RGB value is (208,95,250). Sum of RGB (Red+Green+Blue) = 208+95+250=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 95 (37.5% from 255 or 17.18% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #D05FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05FFA is #2FA005. Grayscale: #919191. Windows color (decimal): -3121158 or 16408528. OLE color: 16408528.

HSL color Cylindrical-coordinate representation of color #D05FFA: hue angle of 283.74º 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 #D05FFA is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 95 250 -
CMYK 0.17 0.62 0 0.02
HSL 283.74º 0.94% 0.68% -
HSV(B) 283.74º 0.62% 0.98% -
XYZ 47.36 28.5 93.45 -
YUV 146.46 186.44 171.9 -
System Red Green Blue C M Y K H S L
Decimal 208 95 250 0.17 0.62 0 0.02 283.74 0.94 0.68
Hex D0 5F FA 11 3E 0 2 11C 5E 44
Octal 320 137 372 21 76 0 2 434 136 104
Binary 11010000 1011111 11111010 10001 111110 0 10 100011100 1011110 1000100

Color Harmonies of #D05FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05FFA

Black with #D05FFA

Text Example


Text Example

White with #D05FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05FFA; }

 p { color: rgb(208,95,250); }

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

background-color css

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

 a { background-color: rgb(208,95,250); }

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

border-color css

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

 span { border-color: rgb(208,95,250); }

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