Html Css Color HEX #D280FB Heliotrope

📋 copy color: '#D280FB'

red 210 ◦ green 128 ◦ blue 251

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

Shades of Heliotrope #D280FB

Tints of Heliotrope #D280FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.61%

R = 35.65%
G = 21.73%
B = 42.61%

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

#D280FB (or 0xD280FB) is known color: Heliotrope. HEX triplet: D2, 80 and FB. RGB value is (210,128,251). Sum of RGB (Red+Green+Blue) = 210+128+251=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 128 (50.39% from 255 or 21.73% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #D280FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D280FB is #2D7F04. Grayscale: #A6A6A6. Windows color (decimal): -2981637 or 16482514. OLE color: 16482514.

HSL color Cylindrical-coordinate representation of color #D280FB: hue angle of 280º degrees, saturation: 0.94, 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 #D280FB is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 128 251 -
CMYK 0.16 0.49 0 0.02
HSL 280º 0.94% 0.74% -
HSV(B) 280º 0.49% 0.98% -
XYZ 51.71 36.11 95.51 -
YUV 166.54 175.67 159 -
System Red Green Blue C M Y K H S L
Decimal 210 128 251 0.16 0.49 0 0.02 280 0.94 0.74
Hex D2 80 FB 10 31 0 2 118 5E 4A
Octal 322 200 373 20 61 0 2 430 136 112
Binary 11010010 10000000 11111011 10000 110001 0 10 100011000 1011110 1001010

Color Harmonies of #D280FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D280FB

Black with #D280FB

Text Example


Text Example

White with #D280FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D280FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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