Html Css Color HEX #D082F7 Heliotrope

📋 copy color: '#D082F7'

red 208 ◦ green 130 ◦ blue 247

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

Shades of Heliotrope #D082F7

Tints of Heliotrope #D082F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 42.22%

R = 35.56%
G = 22.22%
B = 42.22%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D082F7 (or 0xD082F7) is known color: Heliotrope. HEX triplet: D0, 82 and F7. RGB value is (208,130,247). Sum of RGB (Red+Green+Blue) = 208+130+247=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 130 (51.17% from 255 or 22.22% from 585); Blue value is 247 (96.88% from 255 or 42.22% from 585); Max value from RGB is 247 - color contains mainly: blue. Hex color #D082F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D082F7 is #2F7D08. Grayscale: #A6A6A6. Windows color (decimal): -3112201 or 16220880. OLE color: 16220880.

HSL color Cylindrical-coordinate representation of color #D082F7: hue angle of 280º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D082F7 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 130 247 -
CMYK 0.16 0.47 0 0.03
HSL 280º 0.88% 0.74% -
HSV(B) 280º 0.47% 0.97% -
XYZ 50.78 36.09 92.29 -
YUV 166.66 173.34 157.49 -
System Red Green Blue C M Y K H S L
Decimal 208 130 247 0.16 0.47 0 0.03 280 0.88 0.74
Hex D0 82 F7 10 2F 0 3 118 58 4A
Octal 320 202 367 20 57 0 3 430 130 112
Binary 11010000 10000010 11110111 10000 101111 0 11 100011000 1011000 1001010

Color Harmonies of #D082F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D082F7

Black with #D082F7

Text Example


Text Example

White with #D082F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D082F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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