Html Css Color HEX #D082EB Heliotrope

📋 copy color: '#D082EB'

red 208 ◦ green 130 ◦ blue 235

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

Shades of Heliotrope #D082EB

Tints of Heliotrope #D082EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.01%

R = 36.3%
G = 22.69%
B = 41.01%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D082EB (or 0xD082EB) is known color: Heliotrope. HEX triplet: D0, 82 and EB. RGB value is (208,130,235). Sum of RGB (Red+Green+Blue) = 208+130+235=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #D082EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D082EB is #2F7D14. Grayscale: #A4A4A4. Windows color (decimal): -3112213 or 15434448. OLE color: 15434448.

HSL color Cylindrical-coordinate representation of color #D082EB: hue angle of 284.57º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D082EB is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 130 235 -
CMYK 0.11 0.45 0 0.08
HSL 284.57º 0.72% 0.72% -
HSV(B) 284.57º 0.45% 0.92% -
XYZ 48.99 35.37 82.84 -
YUV 165.29 167.34 158.46 -
System Red Green Blue C M Y K H S L
Decimal 208 130 235 0.11 0.45 0 0.08 284.57 0.72 0.72
Hex D0 82 EB B 2D 0 8 11D 48 48
Octal 320 202 353 13 55 0 10 435 110 110
Binary 11010000 10000010 11101011 1011 101101 0 1000 100011101 1001000 1001000

Color Harmonies of #D082EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D082EB

Black with #D082EB

Text Example


Text Example

White with #D082EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D082EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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