Html Css Color HEX #D582F2 Heliotrope

📋 copy color: '#D582F2'

red 213 ◦ green 130 ◦ blue 242

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

Shades of Heliotrope #D582F2

Tints of Heliotrope #D582F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.37%

R = 36.41%
G = 22.22%
B = 41.37%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D582F2 (or 0xD582F2) is known color: Heliotrope. HEX triplet: D5, 82 and F2. RGB value is (213,130,242). Sum of RGB (Red+Green+Blue) = 213+130+242=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 130 (51.17% from 255 or 22.22% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #D582F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D582F2 is #2A7D0D. Grayscale: #A7A7A7. Windows color (decimal): -2784526 or 15893205. OLE color: 15893205.

HSL color Cylindrical-coordinate representation of color #D582F2: hue angle of 284.46º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D582F2 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 130 242 -
CMYK 0.12 0.46 0 0.05
HSL 284.46º 0.81% 0.73% -
HSV(B) 284.46º 0.46% 0.95% -
XYZ 51.45 36.52 88.34 -
YUV 167.59 170 160.39 -
System Red Green Blue C M Y K H S L
Decimal 213 130 242 0.12 0.46 0 0.05 284.46 0.81 0.73
Hex D5 82 F2 C 2E 0 5 11C 51 49
Octal 325 202 362 14 56 0 5 434 121 111
Binary 11010101 10000010 11110010 1100 101110 0 101 100011100 1010001 1001001

Color Harmonies of #D582F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D582F2

Black with #D582F2

Text Example


Text Example

White with #D582F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D582F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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