Html Css Color HEX #D360F6 Heliotrope

📋 copy color: '#D360F6'

red 211 ◦ green 96 ◦ blue 246

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

Shades of Heliotrope #D360F6

Tints of Heliotrope #D360F6

RGB

 RED value IS 211 (82.81% from 255) = 38.16%

 GREEN value IS 96 (37.89% from 255) = 17.36%

 BLUE value IS 246 (96.48% from 255) = 44.48%

R = 38.16%
G = 17.36%
B = 44.48%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D360F6 (or 0xD360F6) is known color: Heliotrope. HEX triplet: D3, 60 and F6. RGB value is (211,96,246). Sum of RGB (Red+Green+Blue) = 211+96+246=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 96 (37.89% from 255 or 17.36% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 246 - color contains mainly: blue. Hex color #D360F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D360F6 is #2C9F09. Grayscale: #939393. Windows color (decimal): -2924298 or 16146643. OLE color: 16146643.

HSL color Cylindrical-coordinate representation of color #D360F6: hue angle of 286º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D360F6 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 96 246 -
CMYK 0.14 0.61 0 0.04
HSL 286º 0.89% 0.67% -
HSV(B) 286º 0.61% 0.96% -
XYZ 47.68 28.87 90.25 -
YUV 147.49 183.6 173.3 -
System Red Green Blue C M Y K H S L
Decimal 211 96 246 0.14 0.61 0 0.04 286 0.89 0.67
Hex D3 60 F6 E 3D 0 4 11E 59 43
Octal 323 140 366 16 75 0 4 436 131 103
Binary 11010011 1100000 11110110 1110 111101 0 100 100011110 1011001 1000011

Color Harmonies of #D360F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D360F6

Black with #D360F6

Text Example


Text Example

White with #D360F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D360F6; }

 p { color: rgb(211,96,246); }

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

background-color css

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

 a { background-color: rgb(211,96,246); }

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

border-color css

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

 span { border-color: rgb(211,96,246); }

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