Html Css Color HEX #D580FE Heliotrope

📋 copy color: '#D580FE'

red 213 ◦ green 128 ◦ blue 254

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

Shades of Heliotrope #D580FE

Tints of Heliotrope #D580FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.69%

R = 35.8%
G = 21.51%
B = 42.69%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D580FE (or 0xD580FE) is known color: Heliotrope. HEX triplet: D5, 80 and FE. RGB value is (213,128,254). Sum of RGB (Red+Green+Blue) = 213+128+254=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 128 (50.39% from 255 or 21.51% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #D580FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D580FE is #2A7F01. Grayscale: #A7A7A7. Windows color (decimal): -2785026 or 16679125. OLE color: 16679125.

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

Color convert

RGB 213 128 254 -
CMYK 0.16 0.50 0 0.00
HSL 280.48º 0.98% 0.75% -
HSV(B) 280.48º 0.5% 1% -
XYZ 53.05 36.74 98.06 -
YUV 167.78 176.66 160.25 -
System Red Green Blue C M Y K H S L
Decimal 213 128 254 0.16 0.50 0 0.00 280.48 0.98 0.75
Hex D5 80 FE 10 32 0 0 118 62 4B
Octal 325 200 376 20 62 0 0 430 142 113
Binary 11010101 10000000 11111110 10000 110010 0 0 100011000 1100010 1001011

Color Harmonies of #D580FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D580FE

Black with #D580FE

Text Example


Text Example

White with #D580FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D580FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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