Html Css Color HEX #D581FA Heliotrope

📋 copy color: '#D581FA'

red 213 ◦ green 129 ◦ blue 250

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

Shades of Heliotrope #D581FA

Tints of Heliotrope #D581FA

RGB

 RED value IS 213 (83.59% from 255) = 35.98%

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

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

R = 35.98%
G = 21.79%
B = 42.23%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D581FA (or 0xD581FA) is known color: Heliotrope. HEX triplet: D5, 81 and FA. RGB value is (213,129,250). Sum of RGB (Red+Green+Blue) = 213+129+250=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 129 (50.78% from 255 or 21.79% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #D581FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D581FA is #2A7E05. Grayscale: #A7A7A7. Windows color (decimal): -2784774 or 16417237. OLE color: 16417237.

HSL color Cylindrical-coordinate representation of color #D581FA: hue angle of 281.65º degrees, saturation: 0.92, 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 #D581FA is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 129 250 -
CMYK 0.15 0.48 0 0.02
HSL 281.65º 0.92% 0.74% -
HSV(B) 281.65º 0.48% 0.98% -
XYZ 52.55 36.75 94.77 -
YUV 167.91 174.33 160.16 -
System Red Green Blue C M Y K H S L
Decimal 213 129 250 0.15 0.48 0 0.02 281.65 0.92 0.74
Hex D5 81 FA F 30 0 2 11A 5C 4A
Octal 325 201 372 17 60 0 2 432 134 112
Binary 11010101 10000001 11111010 1111 110000 0 10 100011010 1011100 1001010

Color Harmonies of #D581FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D581FA

Black with #D581FA

Text Example


Text Example

White with #D581FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D581FA; }

 p { color: rgb(213,129,250); }

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

background-color css

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

 a { background-color: rgb(213,129,250); }

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

border-color css

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

 span { border-color: rgb(213,129,250); }

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