Html Css Color HEX #D582FE Heliotrope

📋 copy color: '#D582FE'

red 213 ◦ green 130 ◦ blue 254

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

Shades of Heliotrope #D582FE

Tints of Heliotrope #D582FE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.78%

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

R = 35.68%
G = 21.78%
B = 42.55%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D582FE (or 0xD582FE) is known color: Heliotrope. HEX triplet: D5, 82 and FE. RGB value is (213,130,254). Sum of RGB (Red+Green+Blue) = 213+130+254=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 130 (51.17% from 255 or 21.78% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #D582FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D582FE is #2A7D01. Grayscale: #A8A8A8. Windows color (decimal): -2784514 or 16679637. OLE color: 16679637.

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

Color convert

RGB 213 130 254 -
CMYK 0.16 0.49 0 0.00
HSL 280.16º 0.98% 0.75% -
HSV(B) 280.16º 0.49% 1% -
XYZ 53.31 37.27 98.15 -
YUV 168.95 176 159.42 -
System Red Green Blue C M Y K H S L
Decimal 213 130 254 0.16 0.49 0 0.00 280.16 0.98 0.75
Hex D5 82 FE 10 31 0 0 118 62 4B
Octal 325 202 376 20 61 0 0 430 142 113
Binary 11010101 10000010 11111110 10000 110001 0 0 100011000 1100010 1001011

Color Harmonies of #D582FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D582FE

Black with #D582FE

Text Example


Text Example

White with #D582FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D582FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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