Html Css Color HEX #D486FB Heliotrope

📋 copy color: '#D486FB'

red 212 ◦ green 134 ◦ blue 251

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

Shades of Heliotrope #D486FB

Tints of Heliotrope #D486FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.04%

R = 35.51%
G = 22.45%
B = 42.04%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D486FB (or 0xD486FB) is known color: Heliotrope. HEX triplet: D4, 86 and FB. RGB value is (212,134,251). Sum of RGB (Red+Green+Blue) = 212+134+251=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 134 (52.73% from 255 or 22.45% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #D486FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D486FB is #2B7904. Grayscale: #AAAAAA. Windows color (decimal): -2849029 or 16484052. OLE color: 16484052.

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

Color convert

RGB 212 134 251 -
CMYK 0.16 0.47 0 0.02
HSL 280º 0.94% 0.75% -
HSV(B) 280º 0.47% 0.98% -
XYZ 53.09 38.01 95.81 -
YUV 170.66 173.34 157.49 -
System Red Green Blue C M Y K H S L
Decimal 212 134 251 0.16 0.47 0 0.02 280 0.94 0.75
Hex D4 86 FB 10 2F 0 2 118 5E 4B
Octal 324 206 373 20 57 0 2 430 136 113
Binary 11010100 10000110 11111011 10000 101111 0 10 100011000 1011110 1001011

Color Harmonies of #D486FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D486FB

Black with #D486FB

Text Example


Text Example

White with #D486FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D486FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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