Html Css Color HEX #D582FC Heliotrope

📋 copy color: '#D582FC'

red 213 ◦ green 130 ◦ blue 252

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

Shades of Heliotrope #D582FC

Tints of Heliotrope #D582FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.35%

R = 35.8%
G = 21.85%
B = 42.35%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D582FC (or 0xD582FC) is known color: Heliotrope. HEX triplet: D5, 82 and FC. RGB value is (213,130,252). Sum of RGB (Red+Green+Blue) = 213+130+252=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 130 (51.17% from 255 or 21.85% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #D582FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D582FC is #2A7D03. Grayscale: #A8A8A8. Windows color (decimal): -2784516 or 16548565. OLE color: 16548565.

HSL color Cylindrical-coordinate representation of color #D582FC: hue angle of 280.82º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D582FC is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 130 252 -
CMYK 0.15 0.48 0 0.01
HSL 280.82º 0.95% 0.75% -
HSV(B) 280.82º 0.48% 0.99% -
XYZ 52.99 37.14 96.47 -
YUV 168.73 175 159.58 -
System Red Green Blue C M Y K H S L
Decimal 213 130 252 0.15 0.48 0 0.01 280.82 0.95 0.75
Hex D5 82 FC F 30 0 1 119 5F 4B
Octal 325 202 374 17 60 0 1 431 137 113
Binary 11010101 10000010 11111100 1111 110000 0 1 100011001 1011111 1001011

Color Harmonies of #D582FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D582FC

Black with #D582FC

Text Example


Text Example

White with #D582FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D582FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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