Html Css Color HEX #D082FA Heliotrope

📋 copy color: '#D082FA'

red 208 ◦ green 130 ◦ blue 250

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

Shades of Heliotrope #D082FA

Tints of Heliotrope #D082FA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.11%

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

R = 35.37%
G = 22.11%
B = 42.52%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D082FA (or 0xD082FA) is known color: Heliotrope. HEX triplet: D0, 82 and FA. RGB value is (208,130,250). Sum of RGB (Red+Green+Blue) = 208+130+250=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #D082FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D082FA is #2F7D05. Grayscale: #A6A6A6. Windows color (decimal): -3112198 or 16417488. OLE color: 16417488.

HSL color Cylindrical-coordinate representation of color #D082FA: hue angle of 279º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D082FA is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 130 250 -
CMYK 0.17 0.48 0 0.02
HSL 279º 0.92% 0.75% -
HSV(B) 279º 0.48% 0.98% -
XYZ 51.25 36.28 94.74 -
YUV 167 174.84 157.24 -
System Red Green Blue C M Y K H S L
Decimal 208 130 250 0.17 0.48 0 0.02 279 0.92 0.75
Hex D0 82 FA 11 30 0 2 117 5C 4B
Octal 320 202 372 21 60 0 2 427 134 113
Binary 11010000 10000010 11111010 10001 110000 0 10 100010111 1011100 1001011

Color Harmonies of #D082FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D082FA

Black with #D082FA

Text Example


Text Example

White with #D082FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D082FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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