Html Css Color HEX #D486F1 Heliotrope

📋 copy color: '#D486F1'

red 212 ◦ green 134 ◦ blue 241

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

Shades of Heliotrope #D486F1

Tints of Heliotrope #D486F1

RGB

 RED value IS 212 (83.2% from 255) = 36.12%

 GREEN value IS 134 (52.73% from 255) = 22.83%

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

R = 36.12%
G = 22.83%
B = 41.06%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D486F1 (or 0xD486F1) is known color: Heliotrope. HEX triplet: D4, 86 and F1. RGB value is (212,134,241). Sum of RGB (Red+Green+Blue) = 212+134+241=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #D486F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D486F1 is #2B790E. Grayscale: #A9A9A9. Windows color (decimal): -2849039 or 15828692. OLE color: 15828692.

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

Color convert

RGB 212 134 241 -
CMYK 0.12 0.44 0 0.05
HSL 283.74º 0.79% 0.74% -
HSV(B) 283.74º 0.44% 0.95% -
XYZ 51.55 37.4 87.72 -
YUV 169.52 168.34 158.3 -
System Red Green Blue C M Y K H S L
Decimal 212 134 241 0.12 0.44 0 0.05 283.74 0.79 0.74
Hex D4 86 F1 C 2C 0 5 11C 4F 4A
Octal 324 206 361 14 54 0 5 434 117 112
Binary 11010100 10000110 11110001 1100 101100 0 101 100011100 1001111 1001010

Color Harmonies of #D486F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D486F1

Black with #D486F1

Text Example


Text Example

White with #D486F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D486F1; }

 p { color: rgb(212,134,241); }

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

background-color css

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

 a { background-color: rgb(212,134,241); }

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

border-color css

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

 span { border-color: rgb(212,134,241); }

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