Html Css Color HEX #D280F1 Heliotrope

📋 copy color: '#D280F1'

red 210 ◦ green 128 ◦ blue 241

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

Shades of Heliotrope #D280F1

Tints of Heliotrope #D280F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.62%

R = 36.27%
G = 22.11%
B = 41.62%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D280F1 (or 0xD280F1) is known color: Heliotrope. HEX triplet: D2, 80 and F1. RGB value is (210,128,241). Sum of RGB (Red+Green+Blue) = 210+128+241=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #D280F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D280F1 is #2D7F0E. Grayscale: #A5A5A5. Windows color (decimal): -2981647 or 15827154. OLE color: 15827154.

HSL color Cylindrical-coordinate representation of color #D280F1: hue angle of 283.54º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D280F1 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 128 241 -
CMYK 0.13 0.47 0 0.05
HSL 283.54º 0.8% 0.72% -
HSV(B) 283.54º 0.47% 0.95% -
XYZ 50.17 35.49 87.43 -
YUV 165.4 170.67 159.81 -
System Red Green Blue C M Y K H S L
Decimal 210 128 241 0.13 0.47 0 0.05 283.54 0.8 0.72
Hex D2 80 F1 D 2F 0 5 11C 50 48
Octal 322 200 361 15 57 0 5 434 120 110
Binary 11010010 10000000 11110001 1101 101111 0 101 100011100 1010000 1001000

Color Harmonies of #D280F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D280F1

Black with #D280F1

Text Example


Text Example

White with #D280F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D280F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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