Html Css Color HEX #D580FF Heliotrope

📋 copy color: '#D580FF'

red 213 ◦ green 128 ◦ blue 255

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

Shades of Heliotrope #D580FF

Tints of Heliotrope #D580FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.79%

R = 35.74%
G = 21.48%
B = 42.79%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D580FF (or 0xD580FF) is known color: Heliotrope. HEX triplet: D5, 80 and FF. RGB value is (213,128,255). Sum of RGB (Red+Green+Blue) = 213+128+255=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 128 (50.39% from 255 or 21.48% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #D580FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D580FF is #2A7F00. Grayscale: #A7A7A7. Windows color (decimal): -2785025 or 16744661. OLE color: 16744661.

HSL color Cylindrical-coordinate representation of color #D580FF: hue angle of 280.16º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D580FF is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 213 128 255 -
CMYK 0.16 0.50 0 0
HSL 280.16º 1% 0.75% -
HSV(B) 280.16º 0.5% 1% -
XYZ 53.21 36.8 98.91 -
YUV 167.89 177.16 160.17 -
System Red Green Blue C M Y K H S L
Decimal 213 128 255 0.16 0.50 0 0 280.16 1 0.75
Hex D5 80 FF 10 32 0 0 118 64 4B
Octal 325 200 377 20 62 0 0 430 144 113
Binary 11010101 10000000 11111111 10000 110010 0 0 100011000 1100100 1001011

Color Harmonies of #D580FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D580FF

Black with #D580FF

Text Example


Text Example

White with #D580FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D580FF; }

 p { color: rgb(213,128,255); }

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

background-color css

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

 a { background-color: rgb(213,128,255); }

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

border-color css

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

 span { border-color: rgb(213,128,255); }

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