Html Css Color HEX #D782F1 Heliotrope

📋 copy color: '#D782F1'

red 215 ◦ green 130 ◦ blue 241

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

Shades of Heliotrope #D782F1

Tints of Heliotrope #D782F1

RGB

 RED value IS 215 (84.38% from 255) = 36.69%

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

 BLUE value IS 241 (94.53% from 255) = 41.13%

R = 36.69%
G = 22.18%
B = 41.13%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D782F1 (or 0xD782F1) is known color: Heliotrope. HEX triplet: D7, 82 and F1. RGB value is (215,130,241). Sum of RGB (Red+Green+Blue) = 215+130+241=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 130 (51.17% from 255 or 22.18% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #D782F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D782F1 is #287D0E. Grayscale: #A7A7A7. Windows color (decimal): -2653455 or 15827671. OLE color: 15827671.

HSL color Cylindrical-coordinate representation of color #D782F1: hue angle of 285.95º degrees, saturation: 0.8, 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 #D782F1 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 130 241 -
CMYK 0.11 0.46 0 0.05
HSL 285.95º 0.8% 0.73% -
HSV(B) 285.95º 0.46% 0.95% -
XYZ 51.88 36.76 87.58 -
YUV 168.07 169.16 161.47 -
System Red Green Blue C M Y K H S L
Decimal 215 130 241 0.11 0.46 0 0.05 285.95 0.8 0.73
Hex D7 82 F1 B 2E 0 5 11E 50 49
Octal 327 202 361 13 56 0 5 436 120 111
Binary 11010111 10000010 11110001 1011 101110 0 101 100011110 1010000 1001001

Color Harmonies of #D782F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D782F1

Black with #D782F1

Text Example


Text Example

White with #D782F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D782F1; }

 p { color: rgb(215,130,241); }

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

background-color css

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

 a { background-color: rgb(215,130,241); }

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

border-color css

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

 span { border-color: rgb(215,130,241); }

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