Html Css Color HEX #D082E6 Heliotrope

📋 copy color: '#D082E6'

red 208 ◦ green 130 ◦ blue 230

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

Shades of Heliotrope #D082E6

Tints of Heliotrope #D082E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.49%

R = 36.62%
G = 22.89%
B = 40.49%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D082E6 (or 0xD082E6) is known color: Heliotrope. HEX triplet: D0, 82 and E6. RGB value is (208,130,230). Sum of RGB (Red+Green+Blue) = 208+130+230=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #D082E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D082E6 is #2F7D19. Grayscale: #A4A4A4. Windows color (decimal): -3112218 or 15106768. OLE color: 15106768.

HSL color Cylindrical-coordinate representation of color #D082E6: hue angle of 286.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D082E6 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 130 230 -
CMYK 0.10 0.43 0 0.10
HSL 286.8º 0.67% 0.71% -
HSV(B) 286.8º 0.43% 0.9% -
XYZ 48.28 35.09 79.09 -
YUV 164.72 164.84 158.87 -
System Red Green Blue C M Y K H S L
Decimal 208 130 230 0.10 0.43 0 0.10 286.8 0.67 0.71
Hex D0 82 E6 A 2B 0 A 11F 43 47
Octal 320 202 346 12 53 0 12 437 103 107
Binary 11010000 10000010 11100110 1010 101011 0 1010 100011111 1000011 1000111

Color Harmonies of #D082E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D082E6

Black with #D082E6

Text Example


Text Example

White with #D082E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D082E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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