Html Css Color HEX #D280EB Heliotrope

📋 copy color: '#D280EB'

red 210 ◦ green 128 ◦ blue 235

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

Shades of Heliotrope #D280EB

Tints of Heliotrope #D280EB

RGB

 RED value IS 210 (82.42% from 255) = 36.65%

 GREEN value IS 128 (50.39% from 255) = 22.34%

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

R = 36.65%
G = 22.34%
B = 41.01%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D280EB (or 0xD280EB) is known color: Heliotrope. HEX triplet: D2, 80 and EB. RGB value is (210,128,235). Sum of RGB (Red+Green+Blue) = 210+128+235=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 128 (50.39% from 255 or 22.34% 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 #D280EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D280EB is #2D7F14. Grayscale: #A4A4A4. Windows color (decimal): -2981653 or 15433938. OLE color: 15433938.

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

Color convert

RGB 210 128 235 -
CMYK 0.11 0.46 0 0.08
HSL 285.98º 0.73% 0.71% -
HSV(B) 285.98º 0.46% 0.92% -
XYZ 49.29 35.14 82.78 -
YUV 164.72 167.67 160.3 -
System Red Green Blue C M Y K H S L
Decimal 210 128 235 0.11 0.46 0 0.08 285.98 0.73 0.71
Hex D2 80 EB B 2E 0 8 11E 49 47
Octal 322 200 353 13 56 0 10 436 111 107
Binary 11010010 10000000 11101011 1011 101110 0 1000 100011110 1001001 1000111

Color Harmonies of #D280EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D280EB

Black with #D280EB

Text Example


Text Example

White with #D280EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D280EB; }

 p { color: rgb(210,128,235); }

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

background-color css

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

 a { background-color: rgb(210,128,235); }

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

border-color css

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

 span { border-color: rgb(210,128,235); }

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