Html Css Color HEX #D486FD Heliotrope

📋 copy color: '#D486FD'

red 212 ◦ green 134 ◦ blue 253

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

Shades of Heliotrope #D486FD

Tints of Heliotrope #D486FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.24%

R = 35.39%
G = 22.37%
B = 42.24%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D486FD (or 0xD486FD) is known color: Heliotrope. HEX triplet: D4, 86 and FD. RGB value is (212,134,253). Sum of RGB (Red+Green+Blue) = 212+134+253=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 134 (52.73% from 255 or 22.37% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #D486FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D486FD is #2B7902. Grayscale: #AAAAAA. Windows color (decimal): -2849027 or 16615124. OLE color: 16615124.

HSL color Cylindrical-coordinate representation of color #D486FD: hue angle of 279.33º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D486FD is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 134 253 -
CMYK 0.16 0.47 0 0.01
HSL 279.33º 0.97% 0.76% -
HSV(B) 279.33º 0.47% 0.99% -
XYZ 53.41 38.14 97.48 -
YUV 170.89 174.34 157.32 -
System Red Green Blue C M Y K H S L
Decimal 212 134 253 0.16 0.47 0 0.01 279.33 0.97 0.76
Hex D4 86 FD 10 2F 0 1 117 61 4C
Octal 324 206 375 20 57 0 1 427 141 114
Binary 11010100 10000110 11111101 10000 101111 0 1 100010111 1100001 1001100

Color Harmonies of #D486FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D486FD

Black with #D486FD

Text Example


Text Example

White with #D486FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D486FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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