Html Css Color HEX #D280FA Heliotrope

📋 copy color: '#D280FA'

red 210 ◦ green 128 ◦ blue 250

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

Shades of Heliotrope #D280FA

Tints of Heliotrope #D280FA

RGB

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

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

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

R = 35.71%
G = 21.77%
B = 42.52%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D280FA (or 0xD280FA) is known color: Heliotrope. HEX triplet: D2, 80 and FA. RGB value is (210,128,250). Sum of RGB (Red+Green+Blue) = 210+128+250=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 128 (50.39% from 255 or 21.77% 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 #D280FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D280FA is #2D7F05. Grayscale: #A6A6A6. Windows color (decimal): -2981638 or 16416978. OLE color: 16416978.

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

Color convert

RGB 210 128 250 -
CMYK 0.16 0.49 0 0.02
HSL 280.33º 0.92% 0.74% -
HSV(B) 280.33º 0.49% 0.98% -
XYZ 51.55 36.04 94.68 -
YUV 166.43 175.17 159.08 -
System Red Green Blue C M Y K H S L
Decimal 210 128 250 0.16 0.49 0 0.02 280.33 0.92 0.74
Hex D2 80 FA 10 31 0 2 118 5C 4A
Octal 322 200 372 20 61 0 2 430 134 112
Binary 11010010 10000000 11111010 10000 110001 0 10 100011000 1011100 1001010

Color Harmonies of #D280FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D280FA

Black with #D280FA

Text Example


Text Example

White with #D280FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D280FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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