Html Css Color HEX #D281F9 Heliotrope

📋 copy color: '#D281F9'

red 210 ◦ green 129 ◦ blue 249

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

Shades of Heliotrope #D281F9

Tints of Heliotrope #D281F9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.94%

 BLUE value IS 249 (97.66% from 255) = 42.35%

R = 35.71%
G = 21.94%
B = 42.35%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D281F9 (or 0xD281F9) is known color: Heliotrope. HEX triplet: D2, 81 and F9. RGB value is (210,129,249). Sum of RGB (Red+Green+Blue) = 210+129+249=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 129 (50.78% from 255 or 21.94% from 588); Blue value is 249 (97.66% from 255 or 42.35% from 588); Max value from RGB is 249 - color contains mainly: blue. Hex color #D281F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D281F9 is #2D7E06. Grayscale: #A6A6A6. Windows color (decimal): -2981383 or 16351698. OLE color: 16351698.

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

Color convert

RGB 210 129 249 -
CMYK 0.16 0.48 0 0.02
HSL 280.5º 0.91% 0.74% -
HSV(B) 280.5º 0.48% 0.98% -
XYZ 51.53 36.24 93.9 -
YUV 166.9 174.34 158.74 -
System Red Green Blue C M Y K H S L
Decimal 210 129 249 0.16 0.48 0 0.02 280.5 0.91 0.74
Hex D2 81 F9 10 30 0 2 118 5B 4A
Octal 322 201 371 20 60 0 2 430 133 112
Binary 11010010 10000001 11111001 10000 110000 0 10 100011000 1011011 1001010

Color Harmonies of #D281F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D281F9

Black with #D281F9

Text Example


Text Example

White with #D281F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D281F9; }

 p { color: rgb(210,129,249); }

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

background-color css

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

 a { background-color: rgb(210,129,249); }

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

border-color css

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

 span { border-color: rgb(210,129,249); }

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